#0FB7A4

Color #0FB7A4 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #0FB7A4

Tints of Light Sea Green #0FB7A4

Color information

#0FB7A4 (or 0x0FB7A4) is unknown color: approx Light Sea Green. HEX triplet: 0F, B7 and A4. RGB value is (15,183,164). Sum of RGB (Red+Green+Blue) = 15+183+164=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB7A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB7A4 is #F0485B. Grayscale: #828282. Windows color (decimal): -15747164 or 10794767. OLE color: 10794767.

HSL color Cylindrical-coordinate representation of color #0FB7A4: hue angle of 173.21º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB7A4 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB15183164-
CMYK0.9200.100.28
HSL173.21º84.85%38.82%-
HSV(B)173.21º91.8%71.76%-
XYZ23.8336.6540.94-
YUV130.6146.8445.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.14%
GREEN value IS 183 (71.88% from 255) = 50.55%
BLUE value IS 164 (64.45% from 255) = 45.30%
R=4.14%
G=50.55%
B=45.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151831640.9200.100.28173.2184.8538.82
HexFB7A45C0A1Cad5527
Octal172672441340123425512547
Binary1111101101111010010010111000101011100101011011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FB7A4;
 }
 .AnyTagClassName
 {
   color: #0FB7A4;
 }
</style>
background-color css

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

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

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

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

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

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