Html Css Color HEX #0BAEAC Light Sea Green

📋 copy color: '#0BAEAC'

red 11 ◦ green 174 ◦ blue 172

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

Shades of Light Sea Green #0BAEAC

Tints of Light Sea Green #0BAEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.18%

R = 3.08%
G = 48.74%
B = 48.18%

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

#0BAEAC (or 0x0BAEAC) is known color: Light Sea Green. HEX triplet: 0B, AE and AC. RGB value is (11,174,172). Sum of RGB (Red+Green+Blue) = 11+174+172=357 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.08% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAEAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAEAC is #F45153. Grayscale: #7C7C7C. Windows color (decimal): -16011604 or 11316747. OLE color: 11316747.

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

Color convert

RGB 11 174 172 -
CMYK 0.94 0 0.01 0.32
HSL 179.26º 0.88% 0.36% -
HSV(B) 179.26º 0.94% 0.68% -
XYZ 22.72 33.32 44.26 -
YUV 125.04 154.5 46.66 -
System Red Green Blue C M Y K H S L
Decimal 11 174 172 0.94 0 0.01 0.32 179.26 0.88 0.36
Hex B AE AC 5E 0 1 20 B3 58 24
Octal 13 256 254 136 0 1 40 263 130 44
Binary 1011 10101110 10101100 1011110 0 1 100000 10110011 1011000 100100

Color Harmonies of #0BAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAEAC

Black with #0BAEAC

Text Example


Text Example

White with #0BAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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