Html Css Color HEX #0FA4AC Light Sea Green

📋 copy color: '#0FA4AC'

red 15 ◦ green 164 ◦ blue 172

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

Shades of Light Sea Green #0FA4AC

Tints of Light Sea Green #0FA4AC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.72%

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

R = 4.27%
G = 46.72%
B = 49%

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

#0FA4AC (or 0x0FA4AC) is known color: Light Sea Green. HEX triplet: 0F, A4 and AC. RGB value is (15,164,172). Sum of RGB (Red+Green+Blue) = 15+164+172=351 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.27% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #0FA4AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA4AC is #F05B53. Grayscale: #787878. Windows color (decimal): -15752020 or 11314191. OLE color: 11314191.

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

Color convert

RGB 15 164 172 -
CMYK 0.91 0.05 0 0.33
HSL 183.06º 0.84% 0.37% -
HSV(B) 183.06º 0.91% 0.67% -
XYZ 20.92 29.63 43.65 -
YUV 120.36 157.14 52.85 -
System Red Green Blue C M Y K H S L
Decimal 15 164 172 0.91 0.05 0 0.33 183.06 0.84 0.37
Hex F A4 AC 5B 5 0 21 B7 54 25
Octal 17 244 254 133 5 0 41 267 124 45
Binary 1111 10100100 10101100 1011011 101 0 100001 10110111 1010100 100101

Color Harmonies of #0FA4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA4AC

Black with #0FA4AC

Text Example


Text Example

White with #0FA4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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