Html Css Color HEX #2BCCB6 Light Sea Green

📋 copy color: '#2BCCB6'

red 43 ◦ green 204 ◦ blue 182

#2BCCB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #2BCCB6

Tints of Light Sea Green #2BCCB6

RGB

 RED value IS 43 (17.19% from 255) = 10.02%

 GREEN value IS 204 (80.08% from 255) = 47.55%

 BLUE value IS 182 (71.48% from 255) = 42.42%

R = 10.02%
G = 47.55%
B = 42.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#2BCCB6 (or 0x2BCCB6) is known color: Light Sea Green. HEX triplet: 2B, CC and B6. RGB value is (43,204,182). Sum of RGB (Red+Green+Blue) = 43+204+182=429 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.02% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCB6 is #D43349. Grayscale: #999999. Windows color (decimal): -13906762 or 11979819. OLE color: 11979819.

HSL color Cylindrical-coordinate representation of color #2BCCB6: hue angle of 171.8º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCCB6 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 43 204 182 -
CMYK 0.79 0 0.11 0.2
HSL 171.8º 0.65% 0.48% -
HSV(B) 171.8º 0.79% 0.8% -
XYZ 31.03 47.08 51.71 -
YUV 153.35 144.16 49.29 -
System Red Green Blue C M Y K H S L
Decimal 43 204 182 0.79 0 0.11 0.2 171.8 0.65 0.48
Hex 2B CC B6 4F 0 B 14 AC 41 30
Octal 53 314 266 117 0 13 24 254 101 60
Binary 101011 11001100 10110110 1001111 0 1011 10100 10101100 1000001 110000

Color Harmonies of #2BCCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCCB6

Black with #2BCCB6

Text Example


Text Example

White with #2BCCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,204,182); }

 H1.HeaderClassName
 {
   color: #2BCCB6;
 }
 .AnyTagClassName
 {
   color: #2BCCB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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