Html Css Color HEX #0BB7B2 Light Sea Green

📋 copy color: '#0BB7B2'

red 11 ◦ green 183 ◦ blue 178

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

Shades of Light Sea Green #0BB7B2

Tints of Light Sea Green #0BB7B2

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.19%

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

R = 2.96%
G = 49.19%
B = 47.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#0BB7B2 (or 0x0BB7B2) is known color: Light Sea Green. HEX triplet: 0B, B7 and B2. RGB value is (11,183,178). Sum of RGB (Red+Green+Blue) = 11+183+178=372 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB7B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB7B2 is #F4484D. Grayscale: #828282. Windows color (decimal): -16009294 or 11712267. OLE color: 11712267.

HSL color Cylindrical-coordinate representation of color #0BB7B2: hue angle of 178.26º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB7B2 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 11 183 178 -
CMYK 0.94 0 0.03 0.28
HSL 178.26º 0.89% 0.38% -
HSV(B) 178.26º 0.94% 0.72% -
XYZ 25.11 37.15 47.97 -
YUV 131 154.52 42.41 -
System Red Green Blue C M Y K H S L
Decimal 11 183 178 0.94 0 0.03 0.28 178.26 0.89 0.38
Hex B B7 B2 5E 0 3 1C B2 59 26
Octal 13 267 262 136 0 3 34 262 131 46
Binary 1011 10110111 10110010 1011110 0 11 11100 10110010 1011001 100110

Color Harmonies of #0BB7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB7B2

Black with #0BB7B2

Text Example


Text Example

White with #0BB7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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