#2BAFAF

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

Shades of Light Sea Green #2BAFAF

Tints of Light Sea Green #2BAFAF

Color information

#2BAFAF (or 0x2BAFAF) is unknown color: approx Light Sea Green. HEX triplet: 2B, AF and AF. RGB value is (43,175,175). Sum of RGB (Red+Green+Blue) = 43+175+175=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #2BAFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAFAF is #D45050. Grayscale: #878787. Windows color (decimal): -13914193 or 11513643. OLE color: 11513643.

HSL color Cylindrical-coordinate representation of color #2BAFAF: hue angle of 180º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAFAF is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB43175175-
CMYK0.75000.31
HSL180º60.55%42.75%-
HSV(B)180º75.43%68.63%-
XYZ24.0634.2745.9-
YUV135.53150.2762-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.94%
GREEN value IS 175 (68.75% from 255) = 44.53%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=10.94%
G=44.53%
B=44.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431751750.75000.3118060.5542.75
Hex2BAFAF4B001Fb43d2b
Octal5325725711300372647553
Binary10101110101111101011111001011001111110110100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BAFAF; }

 p { color: rgb(43,175,175); }

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

<style>
 a { background-color: #2BAFAF; }

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

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

<style>
 span { border-color: #2BAFAF; }

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

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