Html Css Color HEX #0BBDB2 Light Sea Green

📋 copy color: '#0BBDB2'

red 11 ◦ green 189 ◦ blue 178

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

Shades of Light Sea Green #0BBDB2

Tints of Light Sea Green #0BBDB2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50%

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

R = 2.91%
G = 50%
B = 47.09%

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

#0BBDB2 (or 0x0BBDB2) is known color: Light Sea Green. HEX triplet: 0B, BD and B2. RGB value is (11,189,178). Sum of RGB (Red+Green+Blue) = 11+189+178=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBDB2 is #F4424D. Grayscale: #868686. Windows color (decimal): -16007758 or 11713803. OLE color: 11713803.

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

Color convert

RGB 11 189 178 -
CMYK 0.94 0 0.06 0.26
HSL 176.29º 0.89% 0.39% -
HSV(B) 176.29º 0.94% 0.74% -
XYZ 26.37 39.68 48.39 -
YUV 134.52 152.53 39.89 -
System Red Green Blue C M Y K H S L
Decimal 11 189 178 0.94 0 0.06 0.26 176.29 0.89 0.39
Hex B BD B2 5E 0 6 1A B0 59 27
Octal 13 275 262 136 0 6 32 260 131 47
Binary 1011 10111101 10110010 1011110 0 110 11010 10110000 1011001 100111

Color Harmonies of #0BBDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBDB2

Black with #0BBDB2

Text Example


Text Example

White with #0BBDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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