Html Css Color HEX #0BBCA6 Light Sea Green

📋 copy color: '#0BBCA6'

red 11 ◦ green 188 ◦ blue 166

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

Shades of Light Sea Green #0BBCA6

Tints of Light Sea Green #0BBCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 3.01%
G = 51.51%
B = 45.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#0BBCA6 (or 0x0BBCA6) is known color: Light Sea Green. HEX triplet: 0B, BC and A6. RGB value is (11,188,166). Sum of RGB (Red+Green+Blue) = 11+188+166=365 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBCA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBCA6 is #F44359. Grayscale: #848484. Windows color (decimal): -16008026 or 10927115. OLE color: 10927115.

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

Color convert

RGB 11 188 166 -
CMYK 0.94 0 0.12 0.26
HSL 172.54º 0.89% 0.39% -
HSV(B) 172.54º 0.94% 0.74% -
XYZ 25 38.79 42.25 -
YUV 132.57 146.86 41.29 -
System Red Green Blue C M Y K H S L
Decimal 11 188 166 0.94 0 0.12 0.26 172.54 0.89 0.39
Hex B BC A6 5E 0 C 1A AD 59 27
Octal 13 274 246 136 0 14 32 255 131 47
Binary 1011 10111100 10100110 1011110 0 1100 11010 10101101 1011001 100111

Color Harmonies of #0BBCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCA6

Black with #0BBCA6

Text Example


Text Example

White with #0BBCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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