Html Css Color HEX #0BBCB2 Light Sea Green

📋 copy color: '#0BBCB2'

red 11 ◦ green 188 ◦ blue 178

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

Shades of Light Sea Green #0BBCB2

Tints of Light Sea Green #0BBCB2

RGB

 RED value IS 11 (4.69% from 255) = 2.92%

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

 BLUE value IS 178 (69.92% from 255) = 47.21%

R = 2.92%
G = 49.87%
B = 47.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#0BBCB2 (or 0x0BBCB2) is known color: Light Sea Green. HEX triplet: 0B, BC and B2. RGB value is (11,188,178). Sum of RGB (Red+Green+Blue) = 11+188+178=377 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.92% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBCB2 is #F4434D. Grayscale: #858585. Windows color (decimal): -16008014 or 11713547. OLE color: 11713547.

HSL color Cylindrical-coordinate representation of color #0BBCB2: hue angle of 176.61º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBCB2 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 188 178 -
CMYK 0.94 0 0.05 0.26
HSL 176.61º 0.89% 0.39% -
HSV(B) 176.61º 0.94% 0.74% -
XYZ 26.16 39.25 48.32 -
YUV 133.94 152.86 40.31 -
System Red Green Blue C M Y K H S L
Decimal 11 188 178 0.94 0 0.05 0.26 176.61 0.89 0.39
Hex B BC B2 5E 0 5 1A B1 59 27
Octal 13 274 262 136 0 5 32 261 131 47
Binary 1011 10111100 10110010 1011110 0 101 11010 10110001 1011001 100111

Color Harmonies of #0BBCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCB2

Black with #0BBCB2

Text Example


Text Example

White with #0BBCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BBCB2; }

 p { color: rgb(11,188,178); }

 H1.HeaderClassName
 {
   color: #0BBCB2;
 }
 .AnyTagClassName
 {
   color: #0BBCB2;
 }
</style>

background-color css

<style>
 a { background-color: #0BBCB2; }

 a { background-color: rgb(11,188,178); }

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

border-color css

<style>
 span { border-color: #0BBCB2; }

 span { border-color: rgb(11,188,178); }

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