Html Css Color HEX #0BAEAD Light Sea Green

📋 copy color: '#0BAEAD'

red 11 ◦ green 174 ◦ blue 173

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

Shades of Light Sea Green #0BAEAD

Tints of Light Sea Green #0BAEAD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.6%

 BLUE value IS 173 (67.97% from 255) = 48.32%

R = 3.07%
G = 48.6%
B = 48.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#0BAEAD (or 0x0BAEAD) is known color: Light Sea Green. HEX triplet: 0B, AE and AD. RGB value is (11,174,173). Sum of RGB (Red+Green+Blue) = 11+174+173=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAEAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAEAD is #F45152. Grayscale: #7C7C7C. Windows color (decimal): -16011603 or 11382283. OLE color: 11382283.

HSL color Cylindrical-coordinate representation of color #0BAEAD: hue angle of 179.63º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAEAD is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 174 173 -
CMYK 0.94 0 0.01 0.32
HSL 179.63º 0.88% 0.36% -
HSV(B) 179.63º 0.94% 0.68% -
XYZ 22.82 33.36 44.77 -
YUV 125.15 155 46.58 -
System Red Green Blue C M Y K H S L
Decimal 11 174 173 0.94 0 0.01 0.32 179.63 0.88 0.36
Hex B AE AD 5E 0 1 20 B4 58 24
Octal 13 256 255 136 0 1 40 264 130 44
Binary 1011 10101110 10101101 1011110 0 1 100000 10110100 1011000 100100

Color Harmonies of #0BAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAEAD

Black with #0BAEAD

Text Example


Text Example

White with #0BAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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