Html Css Color HEX #0FA3AC Light Sea Green

📋 copy color: '#0FA3AC'

red 15 ◦ green 163 ◦ blue 172

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

Shades of Light Sea Green #0FA3AC

Tints of Light Sea Green #0FA3AC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.57%

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

R = 4.29%
G = 46.57%
B = 49.14%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0FA3AC (or 0x0FA3AC) is known color: Light Sea Green. HEX triplet: 0F, A3 and AC. RGB value is (15,163,172). Sum of RGB (Red+Green+Blue) = 15+163+172=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #0FA3AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA3AC is #F05C53. Grayscale: #777777. Windows color (decimal): -15752276 or 11313935. OLE color: 11313935.

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

Color convert

RGB 15 163 172 -
CMYK 0.91 0.05 0 0.33
HSL 183.44º 0.84% 0.37% -
HSV(B) 183.44º 0.91% 0.67% -
XYZ 20.74 29.27 43.59 -
YUV 119.77 157.47 53.27 -
System Red Green Blue C M Y K H S L
Decimal 15 163 172 0.91 0.05 0 0.33 183.44 0.84 0.37
Hex F A3 AC 5B 5 0 21 B7 54 25
Octal 17 243 254 133 5 0 41 267 124 45
Binary 1111 10100011 10101100 1011011 101 0 100001 10110111 1010100 100101

Color Harmonies of #0FA3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA3AC

Black with #0FA3AC

Text Example


Text Example

White with #0FA3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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