Html Css Color HEX #0FA5AC Light Sea Green

📋 copy color: '#0FA5AC'

red 15 ◦ green 165 ◦ blue 172

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

Shades of Light Sea Green #0FA5AC

Tints of Light Sea Green #0FA5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.88%

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

R = 4.26%
G = 46.88%
B = 48.86%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0FA5AC (or 0x0FA5AC) is known color: Light Sea Green. HEX triplet: 0F, A5 and AC. RGB value is (15,165,172). Sum of RGB (Red+Green+Blue) = 15+165+172=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #0FA5AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA5AC is #F05A53. Grayscale: #787878. Windows color (decimal): -15751764 or 11314447. OLE color: 11314447.

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

Color convert

RGB 15 165 172 -
CMYK 0.91 0.04 0 0.33
HSL 182.68º 0.84% 0.37% -
HSV(B) 182.68º 0.91% 0.67% -
XYZ 21.1 29.99 43.71 -
YUV 120.95 156.81 52.43 -
System Red Green Blue C M Y K H S L
Decimal 15 165 172 0.91 0.04 0 0.33 182.68 0.84 0.37
Hex F A5 AC 5B 4 0 21 B7 54 25
Octal 17 245 254 133 4 0 41 267 124 45
Binary 1111 10100101 10101100 1011011 100 0 100001 10110111 1010100 100101

Color Harmonies of #0FA5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA5AC

Black with #0FA5AC

Text Example


Text Example

White with #0FA5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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