#1baf9b

Color #1BAF9B Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1BAF9B

Tints of Light Sea Green #1BAF9B

Color information

#1BAF9B (or 0x1BAF9B) is unknown color: approx Light Sea Green. HEX triplet: 1B, AF and 9B. RGB value is (27,175,155). Sum of RGB (Red+Green+Blue) = 27+175+155=357 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.56% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAF9B is #E45064. Grayscale: #808080. Windows color (decimal): -14962789 or 10202907. OLE color: 10202907.

HSL color Cylindrical-coordinate representation of color #1BAF9B: hue angle of 171.89º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF9B is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB27175155-
CMYK0.8500.110.31
HSL171.89º73.27%39.61%-
HSV(B)171.89º84.57%68.63%-
XYZ21.733.2636.29-
YUV128.47142.9755.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 7.56%
GREEN value IS 175 (68.75% from 255) = 49.02%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=7.56%
G=49.02%
B=43.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal271751550.8500.110.31171.8973.2739.61
Hex1BAF9B550B1Fac4928
Octal332572331250133725411150
Binary11011101011111001101110101010101111111101011001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1baf9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1baf9b; }

 p { color: rgb(27,175,155); }

 H1.HeaderClassName
 {
   color: #1baf9b;
 }
 .AnyTagClassName
 {
   color: #1baf9b;
 }
</style>
background-color css

<style>
 a { background-color: #1baf9b; }

 a { background-color: rgb(27,175,155); }

 div.DivClassName
 {
   background-color: #1baf9b;
 }
 .BgClassName
 {
   background-color: #1baf9b;
 }
</style>
border-color css

<style>
 span { border-color: #1baf9b; }

 span { border-color: rgb(27,175,155); }

 td.TdClassName
 {
   border-color: #1baf9b;
 }
 .TagClassName
 {
   border-color: #1baf9b;
 }
</style>