Html Css Color HEX #9FFAB6 Celadon

📋 copy color: '#9FFAB6'

red 159 ◦ green 250 ◦ blue 182

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

Shades of Celadon #9FFAB6

Tints of Celadon #9FFAB6

RGB

 RED value IS 159 (62.5% from 255) = 26.9%

 GREEN value IS 250 (98.05% from 255) = 42.3%

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

R = 26.9%
G = 42.3%
B = 30.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#9FFAB6 (or 0x9FFAB6) is known color: Celadon. HEX triplet: 9F, FA and B6. RGB value is (159,250,182). Sum of RGB (Red+Green+Blue) = 159+250+182=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFAB6 is #600549. Grayscale: #D7D7D7. Windows color (decimal): -6292810 or 11991711. OLE color: 11991711.

HSL color Cylindrical-coordinate representation of color #9FFAB6: hue angle of 135.16º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFAB6 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 250 182 -
CMYK 0.36 0 0.27 0.02
HSL 135.16º 0.9% 0.8% -
HSV(B) 135.16º 0.36% 0.98% -
XYZ 56.93 79.12 56.53 -
YUV 215.04 109.35 88.03 -
System Red Green Blue C M Y K H S L
Decimal 159 250 182 0.36 0 0.27 0.02 135.16 0.9 0.8
Hex 9F FA B6 24 0 1B 2 87 5A 50
Octal 237 372 266 44 0 33 2 207 132 120
Binary 10011111 11111010 10110110 100100 0 11011 10 10000111 1011010 1010000

Color Harmonies of #9FFAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFAB6

Black with #9FFAB6

Text Example


Text Example

White with #9FFAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,250,182); }

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

background-color css

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

 a { background-color: rgb(159,250,182); }

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

border-color css

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

 span { border-color: rgb(159,250,182); }

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