#2BAFAD

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

Shades of Light Sea Green #2BAFAD

Tints of Light Sea Green #2BAFAD

Color information

#2BAFAD (or 0x2BAFAD) is unknown color: approx Light Sea Green. HEX triplet: 2B, AF and AD. RGB value is (43,175,173). Sum of RGB (Red+Green+Blue) = 43+175+173=391 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.00% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAFAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAFAD is #D45052. Grayscale: #878787. Windows color (decimal): -13914195 or 11382571. OLE color: 11382571.

HSL color Cylindrical-coordinate representation of color #2BAFAD: hue angle of 179.09º 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 #2BAFAD is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB43175173-
CMYK0.7500.010.31
HSL179.09º60.55%42.75%-
HSV(B)179.09º75.43%68.63%-
XYZ23.8734.1944.88-
YUV135.3149.2762.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.00%
GREEN value IS 175 (68.75% from 255) = 44.76%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=11.00%
G=44.76%
B=44.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431751730.7500.010.31179.0960.5542.75
Hex2BAFAD4B011Fb33d2b
Octal5325725511301372637553
Binary10101110101111101011011001011011111110110011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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