Html Css Color HEX #0FAEAC Light Sea Green

📋 copy color: '#0FAEAC'

red 15 ◦ green 174 ◦ blue 172

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

Shades of Light Sea Green #0FAEAC

Tints of Light Sea Green #0FAEAC

RGB

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

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

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

R = 4.16%
G = 48.2%
B = 47.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#0FAEAC (or 0x0FAEAC) is known color: Light Sea Green. HEX triplet: 0F, AE and AC. RGB value is (15,174,172). Sum of RGB (Red+Green+Blue) = 15+174+172=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAEAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAEAC is #F05153. Grayscale: #7E7E7E. Windows color (decimal): -15749460 or 11316751. OLE color: 11316751.

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

Color convert

RGB 15 174 172 -
CMYK 0.91 0 0.01 0.32
HSL 179.25º 0.84% 0.37% -
HSV(B) 179.25º 0.91% 0.68% -
XYZ 22.78 33.35 44.27 -
YUV 126.23 153.82 48.66 -
System Red Green Blue C M Y K H S L
Decimal 15 174 172 0.91 0 0.01 0.32 179.25 0.84 0.37
Hex F AE AC 5B 0 1 20 B3 54 25
Octal 17 256 254 133 0 1 40 263 124 45
Binary 1111 10101110 10101100 1011011 0 1 100000 10110011 1010100 100101

Color Harmonies of #0FAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAEAC

Black with #0FAEAC

Text Example


Text Example

White with #0FAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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