Html Css Color HEX #0FACA2 Light Sea Green

📋 copy color: '#0FACA2'

red 15 ◦ green 172 ◦ blue 162

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

Shades of Light Sea Green #0FACA2

Tints of Light Sea Green #0FACA2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.28%

 BLUE value IS 162 (63.67% from 255) = 46.42%

R = 4.3%
G = 49.28%
B = 46.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#0FACA2 (or 0x0FACA2) is known color: Light Sea Green. HEX triplet: 0F, AC and A2. RGB value is (15,172,162). Sum of RGB (Red+Green+Blue) = 15+172+162=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #0FACA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FACA2 is #F0535D. Grayscale: #7B7B7B. Windows color (decimal): -15749982 or 10660879. OLE color: 10660879.

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

Color convert

RGB 15 172 162 -
CMYK 0.91 0 0.06 0.33
HSL 176.18º 0.84% 0.37% -
HSV(B) 176.18º 0.91% 0.67% -
XYZ 21.47 32.22 39.27 -
YUV 123.92 149.49 50.31 -
System Red Green Blue C M Y K H S L
Decimal 15 172 162 0.91 0 0.06 0.33 176.18 0.84 0.37
Hex F AC A2 5B 0 6 21 B0 54 25
Octal 17 254 242 133 0 6 41 260 124 45
Binary 1111 10101100 10100010 1011011 0 110 100001 10110000 1010100 100101

Color Harmonies of #0FACA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FACA2

Black with #0FACA2

Text Example


Text Example

White with #0FACA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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