Html Css Color HEX #9BEDAA Celadon

📋 copy color: '#9BEDAA'

red 155 ◦ green 237 ◦ blue 170

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

Shades of Celadon #9BEDAA

Tints of Celadon #9BEDAA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.17%

 BLUE value IS 170 (66.8% from 255) = 30.25%

R = 27.58%
G = 42.17%
B = 30.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#9BEDAA (or 0x9BEDAA) is known color: Celadon. HEX triplet: 9B, ED and AA. RGB value is (155,237,170). Sum of RGB (Red+Green+Blue) = 155+237+170=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEDAA is #641255. Grayscale: #CDCDCD. Windows color (decimal): -6558294 or 11201947. OLE color: 11201947.

HSL color Cylindrical-coordinate representation of color #9BEDAA: hue angle of 130.98º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEDAA is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 237 170 -
CMYK 0.35 0 0.28 0.07
HSL 130.98º 0.69% 0.77% -
HSV(B) 130.98º 0.35% 0.93% -
XYZ 51.06 70.44 48.94 -
YUV 204.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 155 237 170 0.35 0 0.28 0.07 130.98 0.69 0.77
Hex 9B ED AA 23 0 1C 7 83 45 4D
Octal 233 355 252 43 0 34 7 203 105 115
Binary 10011011 11101101 10101010 100011 0 11100 111 10000011 1000101 1001101

Color Harmonies of #9BEDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEDAA

Black with #9BEDAA

Text Example


Text Example

White with #9BEDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,237,170); }

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

background-color css

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

 a { background-color: rgb(155,237,170); }

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

border-color css

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

 span { border-color: rgb(155,237,170); }

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