Html Css Color HEX #9BEAAB Celadon

📋 copy color: '#9BEAAB'

red 155 ◦ green 234 ◦ blue 171

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

Shades of Celadon #9BEAAB

Tints of Celadon #9BEAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.54%

R = 27.68%
G = 41.79%
B = 30.54%

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

#9BEAAB (or 0x9BEAAB) is known color: Celadon. HEX triplet: 9B, EA and AB. RGB value is (155,234,171). Sum of RGB (Red+Green+Blue) = 155+234+171=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEAAB is #641554. Grayscale: #CBCBCB. Windows color (decimal): -6559061 or 11266715. OLE color: 11266715.

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

Color convert

RGB 155 234 171 -
CMYK 0.34 0 0.27 0.08
HSL 132.15º 0.65% 0.76% -
HSV(B) 132.15º 0.34% 0.92% -
XYZ 50.29 68.75 49.15 -
YUV 203.2 109.83 93.62 -
System Red Green Blue C M Y K H S L
Decimal 155 234 171 0.34 0 0.27 0.08 132.15 0.65 0.76
Hex 9B EA AB 22 0 1B 8 84 41 4C
Octal 233 352 253 42 0 33 10 204 101 114
Binary 10011011 11101010 10101011 100010 0 11011 1000 10000100 1000001 1001100

Color Harmonies of #9BEAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEAAB

Black with #9BEAAB

Text Example


Text Example

White with #9BEAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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