Html Css Color HEX #9BEBAC Celadon

📋 copy color: '#9BEBAC'

red 155 ◦ green 235 ◦ blue 172

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

Shades of Celadon #9BEBAC

Tints of Celadon #9BEBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.6%

R = 27.58%
G = 41.81%
B = 30.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#9BEBAC (or 0x9BEBAC) is known color: Celadon. HEX triplet: 9B, EB and AC. RGB value is (155,235,172). Sum of RGB (Red+Green+Blue) = 155+235+172=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEBAC is #641453. Grayscale: #CCCCCC. Windows color (decimal): -6558804 or 11332507. OLE color: 11332507.

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

Color convert

RGB 155 235 172 -
CMYK 0.34 0 0.27 0.08
HSL 132.75º 0.67% 0.76% -
HSV(B) 132.75º 0.34% 0.92% -
XYZ 50.67 69.36 49.75 -
YUV 203.9 110 93.12 -
System Red Green Blue C M Y K H S L
Decimal 155 235 172 0.34 0 0.27 0.08 132.75 0.67 0.76
Hex 9B EB AC 22 0 1B 8 85 43 4C
Octal 233 353 254 42 0 33 10 205 103 114
Binary 10011011 11101011 10101100 100010 0 11011 1000 10000101 1000011 1001100

Color Harmonies of #9BEBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEBAC

Black with #9BEBAC

Text Example


Text Example

White with #9BEBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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