#0FB7AA

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

Shades of Light Sea Green #0FB7AA

Tints of Light Sea Green #0FB7AA

Color information

#0FB7AA (or 0x0FB7AA) is unknown color: approx Light Sea Green. HEX triplet: 0F, B7 and AA. RGB value is (15,183,170). Sum of RGB (Red+Green+Blue) = 15+183+170=368 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.08% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB7AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB7AA is #F04855. Grayscale: #838383. Windows color (decimal): -15747158 or 11187983. OLE color: 11187983.

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

Color convert

RGB15183170-
CMYK0.9200.070.28
HSL175.36º84.85%38.82%-
HSV(B)175.36º91.8%71.76%-
XYZ24.3936.8743.86-
YUV131.29149.8445.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.08%
GREEN value IS 183 (71.88% from 255) = 49.73%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=4.08%
G=49.73%
B=46.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151831700.9200.070.28175.3684.8538.82
HexFB7AA5C071Caf5527
Octal17267252134073425712547
Binary111110110111101010101011100011111100101011111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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