Html Css Color HEX #9BEAA9 Celadon

📋 copy color: '#9BEAA9'

red 155 ◦ green 234 ◦ blue 169

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

Shades of Celadon #9BEAA9

Tints of Celadon #9BEAA9

RGB

 RED value IS 155 (60.94% from 255) = 27.78%

 GREEN value IS 234 (91.8% from 255) = 41.94%

 BLUE value IS 169 (66.41% from 255) = 30.29%

R = 27.78%
G = 41.94%
B = 30.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#9BEAA9 (or 0x9BEAA9) is known color: Celadon. HEX triplet: 9B, EA and A9. RGB value is (155,234,169). Sum of RGB (Red+Green+Blue) = 155+234+169=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEAA9 is #641556. Grayscale: #CBCBCB. Windows color (decimal): -6559063 or 11135643. OLE color: 11135643.

HSL color Cylindrical-coordinate representation of color #9BEAA9: hue angle of 130.63º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEAA9 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 234 169 -
CMYK 0.34 0 0.28 0.08
HSL 130.63º 0.65% 0.76% -
HSV(B) 130.63º 0.34% 0.92% -
XYZ 50.1 68.68 48.15 -
YUV 202.97 108.83 93.79 -
System Red Green Blue C M Y K H S L
Decimal 155 234 169 0.34 0 0.28 0.08 130.63 0.65 0.76
Hex 9B EA A9 22 0 1C 8 83 41 4C
Octal 233 352 251 42 0 34 10 203 101 114
Binary 10011011 11101010 10101001 100010 0 11100 1000 10000011 1000001 1001100

Color Harmonies of #9BEAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEAA9

Black with #9BEAA9

Text Example


Text Example

White with #9BEAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,234,169); }

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

background-color css

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

 a { background-color: rgb(155,234,169); }

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

border-color css

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

 span { border-color: rgb(155,234,169); }

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