Html Css Color HEX #0BADB2 Light Sea Green

📋 copy color: '#0BADB2'

red 11 ◦ green 173 ◦ blue 178

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

Shades of Light Sea Green #0BADB2

Tints of Light Sea Green #0BADB2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.79%

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

R = 3.04%
G = 47.79%
B = 49.17%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0BADB2 (or 0x0BADB2) is known color: Light Sea Green. HEX triplet: 0B, AD and B2. RGB value is (11,173,178). Sum of RGB (Red+Green+Blue) = 11+173+178=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #0BADB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BADB2 is #F4524D. Grayscale: #7C7C7C. Windows color (decimal): -16011854 or 11709707. OLE color: 11709707.

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

Color convert

RGB 11 173 178 -
CMYK 0.94 0.03 0 0.30
HSL 181.8º 0.88% 0.37% -
HSV(B) 181.8º 0.94% 0.7% -
XYZ 23.12 33.17 47.3 -
YUV 125.13 157.83 46.59 -
System Red Green Blue C M Y K H S L
Decimal 11 173 178 0.94 0.03 0 0.30 181.8 0.88 0.37
Hex B AD B2 5E 3 0 1E B6 58 25
Octal 13 255 262 136 3 0 36 266 130 45
Binary 1011 10101101 10110010 1011110 11 0 11110 10110110 1011000 100101

Color Harmonies of #0BADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BADB2

Black with #0BADB2

Text Example


Text Example

White with #0BADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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