Html Css Color HEX #2BBCB9 Light Sea Green

📋 copy color: '#2BBCB9'

red 43 ◦ green 188 ◦ blue 185

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

Shades of Light Sea Green #2BBCB9

Tints of Light Sea Green #2BBCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.47%

R = 10.34%
G = 45.19%
B = 44.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#2BBCB9 (or 0x2BBCB9) is known color: Light Sea Green. HEX triplet: 2B, BC and B9. RGB value is (43,188,185). Sum of RGB (Red+Green+Blue) = 43+188+185=416 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.34% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBCB9 is #D44346. Grayscale: #909090. Windows color (decimal): -13910855 or 12172331. OLE color: 12172331.

HSL color Cylindrical-coordinate representation of color #2BBCB9: hue angle of 178.76º 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 #2BBCB9 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 188 185 -
CMYK 0.77 0 0.02 0.26
HSL 178.76º 0.63% 0.45% -
HSV(B) 178.76º 0.77% 0.74% -
XYZ 27.74 39.98 52.15 -
YUV 144.3 150.96 55.74 -
System Red Green Blue C M Y K H S L
Decimal 43 188 185 0.77 0 0.02 0.26 178.76 0.63 0.45
Hex 2B BC B9 4D 0 2 1A B3 3F 2D
Octal 53 274 271 115 0 2 32 263 77 55
Binary 101011 10111100 10111001 1001101 0 10 11010 10110011 111111 101101

Color Harmonies of #2BBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBCB9

Black with #2BBCB9

Text Example


Text Example

White with #2BBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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