Html Css Color HEX #0BB2AE Light Sea Green

📋 copy color: '#0BB2AE'

red 11 ◦ green 178 ◦ blue 174

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

Shades of Light Sea Green #0BB2AE

Tints of Light Sea Green #0BB2AE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.04%

 BLUE value IS 174 (68.36% from 255) = 47.93%

R = 3.03%
G = 49.04%
B = 47.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#0BB2AE (or 0x0BB2AE) is known color: Light Sea Green. HEX triplet: 0B, B2 and AE. RGB value is (11,178,174). Sum of RGB (Red+Green+Blue) = 11+178+174=363 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.03% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB2AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB2AE is #F44D51. Grayscale: #7F7F7F. Windows color (decimal): -16010578 or 11448843. OLE color: 11448843.

HSL color Cylindrical-coordinate representation of color #0BB2AE: hue angle of 178.56º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB2AE is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 178 174 -
CMYK 0.94 0 0.02 0.30
HSL 178.56º 0.88% 0.37% -
HSV(B) 178.56º 0.94% 0.7% -
XYZ 23.7 34.97 45.54 -
YUV 127.61 154.17 44.83 -
System Red Green Blue C M Y K H S L
Decimal 11 178 174 0.94 0 0.02 0.30 178.56 0.88 0.37
Hex B B2 AE 5E 0 2 1E B3 58 25
Octal 13 262 256 136 0 2 36 263 130 45
Binary 1011 10110010 10101110 1011110 0 10 11110 10110011 1011000 100101

Color Harmonies of #0BB2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB2AE

Black with #0BB2AE

Text Example


Text Example

White with #0BB2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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