Html Css Color HEX #0FBAAA Light Sea Green

📋 copy color: '#0FBAAA'

red 15 ◦ green 186 ◦ blue 170

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

Shades of Light Sea Green #0FBAAA

Tints of Light Sea Green #0FBAAA

RGB

 RED value IS 15 (6.25% from 255) = 4.04%

 GREEN value IS 186 (73.05% from 255) = 50.13%

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 4.04%
G = 50.13%
B = 45.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#0FBAAA (or 0x0FBAAA) is known color: Light Sea Green. HEX triplet: 0F, BA and AA. RGB value is (15,186,170). Sum of RGB (Red+Green+Blue) = 15+186+170=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBAAA is #F04555. Grayscale: #848484. Windows color (decimal): -15746390 or 11188751. OLE color: 11188751.

HSL color Cylindrical-coordinate representation of color #0FBAAA: hue angle of 174.39º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBAAA is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 186 170 -
CMYK 0.92 0 0.09 0.27
HSL 174.39º 0.85% 0.39% -
HSV(B) 174.39º 0.92% 0.73% -
XYZ 25.01 38.12 44.07 -
YUV 133.05 148.85 43.8 -
System Red Green Blue C M Y K H S L
Decimal 15 186 170 0.92 0 0.09 0.27 174.39 0.85 0.39
Hex F BA AA 5C 0 9 1B AE 55 27
Octal 17 272 252 134 0 11 33 256 125 47
Binary 1111 10111010 10101010 1011100 0 1001 11011 10101110 1010101 100111

Color Harmonies of #0FBAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBAAA

Black with #0FBAAA

Text Example


Text Example

White with #0FBAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,186,170); }

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

background-color css

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

 a { background-color: rgb(15,186,170); }

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

border-color css

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

 span { border-color: rgb(15,186,170); }

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