#0FB7A3

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

Shades of Light Sea Green #0FB7A3

Tints of Light Sea Green #0FB7A3

Color information

#0FB7A3 (or 0x0FB7A3) is unknown color: approx Light Sea Green. HEX triplet: 0F, B7 and A3. RGB value is (15,183,163). Sum of RGB (Red+Green+Blue) = 15+183+163=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB7A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB7A3 is #F0485C. Grayscale: #828282. Windows color (decimal): -15747165 or 10729231. OLE color: 10729231.

HSL color Cylindrical-coordinate representation of color #0FB7A3: hue angle of 172.86º 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 #0FB7A3 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB15183163-
CMYK0.9200.110.28
HSL172.86º84.85%38.82%-
HSV(B)172.86º91.8%71.76%-
XYZ23.7436.6140.47-
YUV130.49146.3445.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.16%
GREEN value IS 183 (71.88% from 255) = 50.69%
BLUE value IS 163 (64.06% from 255) = 45.15%
R=4.16%
G=50.69%
B=45.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151831630.9200.110.28172.8684.8538.82
HexFB7A35C0B1Cad5527
Octal172672431340133425512547
Binary1111101101111010001110111000101111100101011011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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