Html Css Color HEX #9BEAA5 Celadon

📋 copy color: '#9BEAA5'

red 155 ◦ green 234 ◦ blue 165

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

Shades of Celadon #9BEAA5

Tints of Celadon #9BEAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.78%

R = 27.98%
G = 42.24%
B = 29.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#9BEAA5 (or 0x9BEAA5) is known color: Celadon. HEX triplet: 9B, EA and A5. RGB value is (155,234,165). Sum of RGB (Red+Green+Blue) = 155+234+165=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEAA5 is #64155A. Grayscale: #CACACA. Windows color (decimal): -6559067 or 10873499. OLE color: 10873499.

HSL color Cylindrical-coordinate representation of color #9BEAA5: hue angle of 127.59º 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 #9BEAA5 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 234 165 -
CMYK 0.34 0 0.29 0.08
HSL 127.59º 0.65% 0.76% -
HSV(B) 127.59º 0.34% 0.92% -
XYZ 49.73 68.53 46.2 -
YUV 202.51 106.83 94.11 -
System Red Green Blue C M Y K H S L
Decimal 155 234 165 0.34 0 0.29 0.08 127.59 0.65 0.76
Hex 9B EA A5 22 0 1D 8 80 41 4C
Octal 233 352 245 42 0 35 10 200 101 114
Binary 10011011 11101010 10100101 100010 0 11101 1000 10000000 1000001 1001100

Color Harmonies of #9BEAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEAA5

Black with #9BEAA5

Text Example


Text Example

White with #9BEAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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