Html Css Color HEX #0BBDA7 Light Sea Green

📋 copy color: '#0BBDA7'

red 11 ◦ green 189 ◦ blue 167

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

Shades of Light Sea Green #0BBDA7

Tints of Light Sea Green #0BBDA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.5%

R = 3%
G = 51.5%
B = 45.5%

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

#0BBDA7 (or 0x0BBDA7) is known color: Light Sea Green. HEX triplet: 0B, BD and A7. RGB value is (11,189,167). Sum of RGB (Red+Green+Blue) = 11+189+167=367 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.00% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBDA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBDA7 is #F44258. Grayscale: #858585. Windows color (decimal): -16007769 or 10992907. OLE color: 10992907.

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

Color convert

RGB 11 189 167 -
CMYK 0.94 0 0.12 0.26
HSL 172.58º 0.89% 0.39% -
HSV(B) 172.58º 0.94% 0.74% -
XYZ 25.31 39.26 42.8 -
YUV 133.27 147.03 40.79 -
System Red Green Blue C M Y K H S L
Decimal 11 189 167 0.94 0 0.12 0.26 172.58 0.89 0.39
Hex B BD A7 5E 0 C 1A AD 59 27
Octal 13 275 247 136 0 14 32 255 131 47
Binary 1011 10111101 10100111 1011110 0 1100 11010 10101101 1011001 100111

Color Harmonies of #0BBDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBDA7

Black with #0BBDA7

Text Example


Text Example

White with #0BBDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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