#9CF6B2

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

Shades of Celadon #9CF6B2

Tints of Celadon #9CF6B2

Color information

#9CF6B2 (or 0x9CF6B2) is unknown color: approx Celadon. HEX triplet: 9C, F6 and B2. RGB value is (156,246,178). Sum of RGB (Red+Green+Blue) = 156+246+178=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF6B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CF6B2 is #63094D. Grayscale: #D3D3D3. Windows color (decimal): -6490446 or 11728540. OLE color: 11728540.

HSL color Cylindrical-coordinate representation of color #9CF6B2: hue angle of 134.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF6B2 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB156246178-
CMYK0.3700.280.04
HSL134.67º83.33%78.82%-
HSV(B)134.67º36.59%96.47%-
XYZ54.776.1953.94-
YUV211.34109.1888.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.90%
GREEN value IS 246 (96.48% from 255) = 42.41%
BLUE value IS 178 (69.92% from 255) = 30.69%
R=26.90%
G=42.41%
B=30.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1562461780.3700.280.04134.6783.3378.82
Hex9CF6B22501C487534f
Octal234366262450344207123117
Binary1001110011110110101100101001010111001001000011110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,246,178); }

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

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

 a { background-color: rgb(156,246,178); }

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

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

 span { border-color: rgb(156,246,178); }

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