Html Css Color HEX #9DEEB2 Celadon

📋 copy color: '#9DEEB2'

red 157 ◦ green 238 ◦ blue 178

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

Shades of Celadon #9DEEB2

Tints of Celadon #9DEEB2

RGB

 RED value IS 157 (61.72% from 255) = 27.4%

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

 BLUE value IS 178 (69.92% from 255) = 31.06%

R = 27.4%
G = 41.54%
B = 31.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#9DEEB2 (or 0x9DEEB2) is known color: Celadon. HEX triplet: 9D, EE and B2. RGB value is (157,238,178). Sum of RGB (Red+Green+Blue) = 157+238+178=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEEB2 is #62114D. Grayscale: #CFCFCF. Windows color (decimal): -6426958 or 11726493. OLE color: 11726493.

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

Color convert

RGB 157 238 178 -
CMYK 0.34 0 0.25 0.07
HSL 135.56º 0.7% 0.77% -
HSV(B) 135.56º 0.34% 0.93% -
XYZ 52.52 71.53 53.16 -
YUV 206.94 111.66 92.38 -
System Red Green Blue C M Y K H S L
Decimal 157 238 178 0.34 0 0.25 0.07 135.56 0.7 0.77
Hex 9D EE B2 22 0 19 7 88 46 4D
Octal 235 356 262 42 0 31 7 210 106 115
Binary 10011101 11101110 10110010 100010 0 11001 111 10001000 1000110 1001101

Color Harmonies of #9DEEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEEB2

Black with #9DEEB2

Text Example


Text Example

White with #9DEEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,238,178); }

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

background-color css

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

 a { background-color: rgb(157,238,178); }

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

border-color css

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

 span { border-color: rgb(157,238,178); }

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