Html Css Color HEX #9CFDB6 Celadon

📋 copy color: '#9CFDB6'

red 156 ◦ green 253 ◦ blue 182

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

Shades of Celadon #9CFDB6

Tints of Celadon #9CFDB6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.81%

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

R = 26.4%
G = 42.81%
B = 30.8%

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

#9CFDB6 (or 0x9CFDB6) is known color: Celadon. HEX triplet: 9C, FD and B6. RGB value is (156,253,182). Sum of RGB (Red+Green+Blue) = 156+253+182=591 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.40% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFDB6 is #630249. Grayscale: #D8D8D8. Windows color (decimal): -6488650 or 11992476. OLE color: 11992476.

HSL color Cylindrical-coordinate representation of color #9CFDB6: hue angle of 136.08º degrees, saturation: 0.96, 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 #9CFDB6 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 253 182 -
CMYK 0.38 0 0.28 0.01
HSL 136.08º 0.96% 0.8% -
HSV(B) 136.08º 0.38% 0.99% -
XYZ 57.28 80.7 56.81 -
YUV 215.9 108.86 85.27 -
System Red Green Blue C M Y K H S L
Decimal 156 253 182 0.38 0 0.28 0.01 136.08 0.96 0.8
Hex 9C FD B6 26 0 1C 1 88 60 50
Octal 234 375 266 46 0 34 1 210 140 120
Binary 10011100 11111101 10110110 100110 0 11100 1 10001000 1100000 1010000

Color Harmonies of #9CFDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFDB6

Black with #9CFDB6

Text Example


Text Example

White with #9CFDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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