Html Css Color HEX #9BEFAD Celadon

📋 copy color: '#9BEFAD'

red 155 ◦ green 239 ◦ blue 173

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

Shades of Celadon #9BEFAD

Tints of Celadon #9BEFAD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.15%

 BLUE value IS 173 (67.97% from 255) = 30.51%

R = 27.34%
G = 42.15%
B = 30.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#9BEFAD (or 0x9BEFAD) is known color: Celadon. HEX triplet: 9B, EF and AD. RGB value is (155,239,173). Sum of RGB (Red+Green+Blue) = 155+239+173=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEFAD is #641052. Grayscale: #CECECE. Windows color (decimal): -6557779 or 11399067. OLE color: 11399067.

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

Color convert

RGB 155 239 173 -
CMYK 0.35 0 0.28 0.06
HSL 132.86º 0.72% 0.77% -
HSV(B) 132.86º 0.35% 0.94% -
XYZ 51.93 71.72 50.64 -
YUV 206.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 155 239 173 0.35 0 0.28 0.06 132.86 0.72 0.77
Hex 9B EF AD 23 0 1C 6 85 48 4D
Octal 233 357 255 43 0 34 6 205 110 115
Binary 10011011 11101111 10101101 100011 0 11100 110 10000101 1001000 1001101

Color Harmonies of #9BEFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEFAD

Black with #9BEFAD

Text Example


Text Example

White with #9BEFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,239,173); }

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

background-color css

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

 a { background-color: rgb(155,239,173); }

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

border-color css

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

 span { border-color: rgb(155,239,173); }

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