Html Css Color HEX #2BBCB6 Light Sea Green

📋 copy color: '#2BBCB6'

red 43 ◦ green 188 ◦ blue 182

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

Shades of Light Sea Green #2BBCB6

Tints of Light Sea Green #2BBCB6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.52%

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

R = 10.41%
G = 45.52%
B = 44.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#2BBCB6 (or 0x2BBCB6) is known color: Light Sea Green. HEX triplet: 2B, BC and B6. RGB value is (43,188,182). Sum of RGB (Red+Green+Blue) = 43+188+182=413 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.41% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBCB6 is #D44349. Grayscale: #8F8F8F. Windows color (decimal): -13910858 or 11975723. OLE color: 11975723.

HSL color Cylindrical-coordinate representation of color #2BBCB6: hue angle of 177.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBCB6 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 188 182 -
CMYK 0.77 0 0.03 0.26
HSL 177.52º 0.63% 0.45% -
HSV(B) 177.52º 0.77% 0.74% -
XYZ 27.42 39.86 50.5 -
YUV 143.96 149.46 55.99 -
System Red Green Blue C M Y K H S L
Decimal 43 188 182 0.77 0 0.03 0.26 177.52 0.63 0.45
Hex 2B BC B6 4D 0 3 1A B2 3F 2D
Octal 53 274 266 115 0 3 32 262 77 55
Binary 101011 10111100 10110110 1001101 0 11 11010 10110010 111111 101101

Color Harmonies of #2BBCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBCB6

Black with #2BBCB6

Text Example


Text Example

White with #2BBCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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