Html Css Color HEX #9BEBA6 Celadon

📋 copy color: '#9BEBA6'

red 155 ◦ green 235 ◦ blue 166

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

Shades of Celadon #9BEBA6

Tints of Celadon #9BEBA6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.27%

 BLUE value IS 166 (65.23% from 255) = 29.86%

R = 27.88%
G = 42.27%
B = 29.86%

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

#9BEBA6 (or 0x9BEBA6) is known color: Celadon. HEX triplet: 9B, EB and A6. RGB value is (155,235,166). Sum of RGB (Red+Green+Blue) = 155+235+166=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEBA6 is #641459. Grayscale: #CBCBCB. Windows color (decimal): -6558810 or 10939291. OLE color: 10939291.

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

Color convert

RGB 155 235 166 -
CMYK 0.34 0 0.29 0.08
HSL 128.25º 0.67% 0.76% -
HSV(B) 128.25º 0.34% 0.92% -
XYZ 50.11 69.14 46.78 -
YUV 203.21 107 93.61 -
System Red Green Blue C M Y K H S L
Decimal 155 235 166 0.34 0 0.29 0.08 128.25 0.67 0.76
Hex 9B EB A6 22 0 1D 8 80 43 4C
Octal 233 353 246 42 0 35 10 200 103 114
Binary 10011011 11101011 10100110 100010 0 11101 1000 10000000 1000011 1001100

Color Harmonies of #9BEBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEBA6

Black with #9BEBA6

Text Example


Text Example

White with #9BEBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,235,166); }

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

background-color css

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

 a { background-color: rgb(155,235,166); }

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

border-color css

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

 span { border-color: rgb(155,235,166); }

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