#9FD0C1

Color #9FD0C1 Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #9FD0C1

Tints of Opal #9FD0C1

Color information

#9FD0C1 (or 0x9FD0C1) is unknown color: approx Opal. HEX triplet: 9F, D0 and C1. RGB value is (159,208,193). Sum of RGB (Red+Green+Blue) = 159+208+193=560 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.39% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD0C1 is #602F3E. Grayscale: #BFBFBF. Windows color (decimal): -6303551 or 12701855. OLE color: 12701855.

HSL color Cylindrical-coordinate representation of color #9FD0C1: hue angle of 161.63º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FD0C1 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB159208193-
CMYK0.2400.070.18
HSL161.63º34.27%71.96%-
HSV(B)161.63º23.56%81.57%-
XYZ46.4856.3358.88-
YUV191.64128.77104.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.39%
GREEN value IS 208 (81.64% from 255) = 37.14%
BLUE value IS 193 (75.78% from 255) = 34.46%
R=28.39%
G=37.14%
B=34.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1592081930.2400.070.18161.6334.2771.96
Hex9FD0C1180712a22248
Octal23732030130072224242110
Binary10011111110100001100000111000011110010101000101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FD0C1; }

 p { color: rgb(159,208,193); }

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

<style>
 a { background-color: #9FD0C1; }

 a { background-color: rgb(159,208,193); }

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

<style>
 span { border-color: #9FD0C1; }

 span { border-color: rgb(159,208,193); }

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