#9FC9BC

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

Shades of Opal #9FC9BC

Tints of Opal #9FC9BC

Color information

#9FC9BC (or 0x9FC9BC) is unknown color: approx Opal. HEX triplet: 9F, C9 and BC. RGB value is (159,201,188). Sum of RGB (Red+Green+Blue) = 159+201+188=548 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.01% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC9BC is #603643. Grayscale: #BABABA. Windows color (decimal): -6305348 or 12372383. OLE color: 12372383.

HSL color Cylindrical-coordinate representation of color #9FC9BC: hue angle of 161.43º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FC9BC is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB159201188-
CMYK0.2100.060.21
HSL161.43º28%70.59%-
HSV(B)161.43º20.9%78.82%-
XYZ44.2652.7855.43-
YUV186.96128.59108.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.01%
GREEN value IS 201 (78.91% from 255) = 36.68%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=29.01%
G=36.68%
B=34.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592011880.2100.060.21161.432870.59
Hex9FC9BC150615a11c47
Octal23731127425062524134107
Binary1001111111001001101111001010101101010110100001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,201,188); }

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

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

 a { background-color: rgb(159,201,188); }

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

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

 span { border-color: rgb(159,201,188); }

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