Html Css Color HEX #0BBCB1 Light Sea Green

📋 copy color: '#0BBCB1'

red 11 ◦ green 188 ◦ blue 177

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

Shades of Light Sea Green #0BBCB1

Tints of Light Sea Green #0BBCB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.07%

R = 2.93%
G = 50%
B = 47.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#0BBCB1 (or 0x0BBCB1) is known color: Light Sea Green. HEX triplet: 0B, BC and B1. RGB value is (11,188,177). Sum of RGB (Red+Green+Blue) = 11+188+177=376 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBCB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBCB1 is #F4434E. Grayscale: #858585. Windows color (decimal): -16008015 or 11648011. OLE color: 11648011.

HSL color Cylindrical-coordinate representation of color #0BBCB1: hue angle of 176.27º 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 #0BBCB1 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 188 177 -
CMYK 0.94 0 0.06 0.26
HSL 176.27º 0.89% 0.39% -
HSV(B) 176.27º 0.94% 0.74% -
XYZ 26.06 39.21 47.79 -
YUV 133.82 152.36 40.39 -
System Red Green Blue C M Y K H S L
Decimal 11 188 177 0.94 0 0.06 0.26 176.27 0.89 0.39
Hex B BC B1 5E 0 6 1A B0 59 27
Octal 13 274 261 136 0 6 32 260 131 47
Binary 1011 10111100 10110001 1011110 0 110 11010 10110000 1011001 100111

Color Harmonies of #0BBCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCB1

Black with #0BBCB1

Text Example


Text Example

White with #0BBCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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