#2BACAD

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

Shades of Light Sea Green #2BACAD

Tints of Light Sea Green #2BACAD

Color information

#2BACAD (or 0x2BACAD) is unknown color: approx Light Sea Green. HEX triplet: 2B, AC and AD. RGB value is (43,172,173). Sum of RGB (Red+Green+Blue) = 43+172+173=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #2BACAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BACAD is #D45352. Grayscale: #858585. Windows color (decimal): -13914963 or 11381803. OLE color: 11381803.

HSL color Cylindrical-coordinate representation of color #2BACAD: hue angle of 180.46º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BACAD is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB43172173-
CMYK0.750.0100.32
HSL180.46º60.19%42.35%-
HSV(B)180.46º75.14%67.84%-
XYZ23.2933.0444.68-
YUV133.54150.2663.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.08%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=11.08%
G=44.33%
B=44.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431721730.750.0100.32180.4660.1942.35
Hex2BACAD4B1020b43c2a
Octal5325425511310402647452
Binary101011101011001010110110010111010000010110100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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