#9CEFB3

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

Shades of Celadon #9CEFB3

Tints of Celadon #9CEFB3

Color information

#9CEFB3 (or 0x9CEFB3) is unknown color: approx Celadon. HEX triplet: 9C, EF and B3. RGB value is (156,239,179). Sum of RGB (Red+Green+Blue) = 156+239+179=574 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.18% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEFB3 is #63104C. Grayscale: #CFCFCF. Windows color (decimal): -6492237 or 11792284. OLE color: 11792284.

HSL color Cylindrical-coordinate representation of color #9CEFB3: hue angle of 136.63º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CEFB3 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB156239179-
CMYK0.3500.250.06
HSL136.63º72.17%77.45%-
HSV(B)136.63º34.73%93.73%-
XYZ52.7172.0653.78-
YUV207.3411291.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.18%
GREEN value IS 239 (93.75% from 255) = 41.64%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=27.18%
G=41.64%
B=31.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562391790.3500.250.06136.6372.1777.45
Hex9CEFB323019689484d
Octal234357263430316211110115
Binary1001110011101111101100111000110110011101000100110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,239,179); }

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

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

 a { background-color: rgb(156,239,179); }

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

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

 span { border-color: rgb(156,239,179); }

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