Html Css Color HEX #9BEEAE Celadon

📋 copy color: '#9BEEAE'

red 155 ◦ green 238 ◦ blue 174

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

Shades of Celadon #9BEEAE

Tints of Celadon #9BEEAE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.98%

 BLUE value IS 174 (68.36% from 255) = 30.69%

R = 27.34%
G = 41.98%
B = 30.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#9BEEAE (or 0x9BEEAE) is known color: Celadon. HEX triplet: 9B, EE and AE. RGB value is (155,238,174). Sum of RGB (Red+Green+Blue) = 155+238+174=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEEAE is #641151. Grayscale: #CECECE. Windows color (decimal): -6558034 or 11464347. OLE color: 11464347.

HSL color Cylindrical-coordinate representation of color #9BEEAE: hue angle of 133.73º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEEAE is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 238 174 -
CMYK 0.35 0 0.27 0.07
HSL 133.73º 0.71% 0.77% -
HSV(B) 133.73º 0.35% 0.93% -
XYZ 51.73 71.17 51.06 -
YUV 205.89 110 91.7 -
System Red Green Blue C M Y K H S L
Decimal 155 238 174 0.35 0 0.27 0.07 133.73 0.71 0.77
Hex 9B EE AE 23 0 1B 7 86 47 4D
Octal 233 356 256 43 0 33 7 206 107 115
Binary 10011011 11101110 10101110 100011 0 11011 111 10000110 1000111 1001101

Color Harmonies of #9BEEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEEAE

Black with #9BEEAE

Text Example


Text Example

White with #9BEEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,238,174); }

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

background-color css

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

 a { background-color: rgb(155,238,174); }

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

border-color css

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

 span { border-color: rgb(155,238,174); }

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