Html Css Color HEX #9CFCB6 Celadon

📋 copy color: '#9CFCB6'

red 156 ◦ green 252 ◦ blue 182

#9CFCB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #9CFCB6

Tints of Celadon #9CFCB6

RGB

 RED value IS 156 (61.33% from 255) = 26.44%

 GREEN value IS 252 (98.83% from 255) = 42.71%

 BLUE value IS 182 (71.48% from 255) = 30.85%

R = 26.44%
G = 42.71%
B = 30.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#9CFCB6 (or 0x9CFCB6) is known color: Celadon. HEX triplet: 9C, FC and B6. RGB value is (156,252,182). Sum of RGB (Red+Green+Blue) = 156+252+182=590 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.44% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFCB6 is #630349. Grayscale: #D7D7D7. Windows color (decimal): -6488906 or 11992220. OLE color: 11992220.

HSL color Cylindrical-coordinate representation of color #9CFCB6: hue angle of 136.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFCB6 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 252 182 -
CMYK 0.38 0 0.28 0.01
HSL 136.25º 0.94% 0.8% -
HSV(B) 136.25º 0.38% 0.99% -
XYZ 56.96 80.07 56.71 -
YUV 215.32 109.2 85.69 -
System Red Green Blue C M Y K H S L
Decimal 156 252 182 0.38 0 0.28 0.01 136.25 0.94 0.8
Hex 9C FC B6 26 0 1C 1 88 5E 50
Octal 234 374 266 46 0 34 1 210 136 120
Binary 10011100 11111100 10110110 100110 0 11100 1 10001000 1011110 1010000

Color Harmonies of #9CFCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFCB6

Black with #9CFCB6

Text Example


Text Example

White with #9CFCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,252,182); }

 H1.HeaderClassName
 {
   color: #9CFCB6;
 }
 .AnyTagClassName
 {
   color: #9CFCB6;
 }
</style>

background-color css

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

 a { background-color: rgb(156,252,182); }

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

border-color css

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

 span { border-color: rgb(156,252,182); }

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