Html Css Color HEX #0BB7B1 Light Sea Green

📋 copy color: '#0BB7B1'

red 11 ◦ green 183 ◦ blue 177

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

Shades of Light Sea Green #0BB7B1

Tints of Light Sea Green #0BB7B1

RGB

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

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

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

R = 2.96%
G = 49.33%
B = 47.71%

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

#0BB7B1 (or 0x0BB7B1) is known color: Light Sea Green. HEX triplet: 0B, B7 and B1. RGB value is (11,183,177). Sum of RGB (Red+Green+Blue) = 11+183+177=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB7B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB7B1 is #F4484E. Grayscale: #828282. Windows color (decimal): -16009295 or 11646731. OLE color: 11646731.

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

Color convert

RGB 11 183 177 -
CMYK 0.94 0 0.03 0.28
HSL 177.91º 0.89% 0.38% -
HSV(B) 177.91º 0.94% 0.72% -
XYZ 25.01 37.11 47.44 -
YUV 130.89 154.02 42.49 -
System Red Green Blue C M Y K H S L
Decimal 11 183 177 0.94 0 0.03 0.28 177.91 0.89 0.38
Hex B B7 B1 5E 0 3 1C B2 59 26
Octal 13 267 261 136 0 3 34 262 131 46
Binary 1011 10110111 10110001 1011110 0 11 11100 10110010 1011001 100110

Color Harmonies of #0BB7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB7B1

Black with #0BB7B1

Text Example


Text Example

White with #0BB7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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