Html Css Color HEX #9EE0CA Scandal

📋 copy color: '#9EE0CA'

red 158 ◦ green 224 ◦ blue 202

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

Shades of Scandal #9EE0CA

Tints of Scandal #9EE0CA

RGB

 RED value IS 158 (62.11% from 255) = 27.05%

 GREEN value IS 224 (87.89% from 255) = 38.36%

 BLUE value IS 202 (79.3% from 255) = 34.59%

R = 27.05%
G = 38.36%
B = 34.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#9EE0CA (or 0x9EE0CA) is known color: Scandal. HEX triplet: 9E, E0 and CA. RGB value is (158,224,202). Sum of RGB (Red+Green+Blue) = 158+224+202=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE0CA is #611F35. Grayscale: #C9C9C9. Windows color (decimal): -6364982 or 13295774. OLE color: 13295774.

HSL color Cylindrical-coordinate representation of color #9EE0CA: hue angle of 160º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EE0CA is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 224 202 -
CMYK 0.29 0 0.10 0.12
HSL 160º 0.52% 0.75% -
HSV(B) 160º 0.29% 0.88% -
XYZ 51.42 64.84 65.68 -
YUV 201.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 158 224 202 0.29 0 0.10 0.12 160 0.52 0.75
Hex 9E E0 CA 1D 0 A C A0 34 4B
Octal 236 340 312 35 0 12 14 240 64 113
Binary 10011110 11100000 11001010 11101 0 1010 1100 10100000 110100 1001011

Color Harmonies of #9EE0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE0CA

Black with #9EE0CA

Text Example


Text Example

White with #9EE0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,224,202); }

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

background-color css

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

 a { background-color: rgb(158,224,202); }

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

border-color css

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

 span { border-color: rgb(158,224,202); }

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