Html Css Color HEX #0FAEAA Light Sea Green

📋 copy color: '#0FAEAA'

red 15 ◦ green 174 ◦ blue 170

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

Shades of Light Sea Green #0FAEAA

Tints of Light Sea Green #0FAEAA

RGB

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

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

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

R = 4.18%
G = 48.47%
B = 47.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#0FAEAA (or 0x0FAEAA) is known color: Light Sea Green. HEX triplet: 0F, AE and AA. RGB value is (15,174,170). Sum of RGB (Red+Green+Blue) = 15+174+170=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAEAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAEAA is #F05155. Grayscale: #7D7D7D. Windows color (decimal): -15749462 or 11185679. OLE color: 11185679.

HSL color Cylindrical-coordinate representation of color #0FAEAA: hue angle of 178.49º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAEAA is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 174 170 -
CMYK 0.91 0 0.02 0.32
HSL 178.49º 0.84% 0.37% -
HSV(B) 178.49º 0.91% 0.68% -
XYZ 22.59 33.28 43.26 -
YUV 126 152.82 48.83 -
System Red Green Blue C M Y K H S L
Decimal 15 174 170 0.91 0 0.02 0.32 178.49 0.84 0.37
Hex F AE AA 5B 0 2 20 B2 54 25
Octal 17 256 252 133 0 2 40 262 124 45
Binary 1111 10101110 10101010 1011011 0 10 100000 10110010 1010100 100101

Color Harmonies of #0FAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAEAA

Black with #0FAEAA

Text Example


Text Example

White with #0FAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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