Html Css Color HEX #9ED9C4 Riptide

📋 copy color: '#9ED9C4'

red 158 ◦ green 217 ◦ blue 196

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

Shades of Riptide #9ED9C4

Tints of Riptide #9ED9C4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38%

 BLUE value IS 196 (76.95% from 255) = 34.33%

R = 27.67%
G = 38%
B = 34.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#9ED9C4 (or 0x9ED9C4) is known color: Riptide. HEX triplet: 9E, D9 and C4. RGB value is (158,217,196). Sum of RGB (Red+Green+Blue) = 158+217+196=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED9C4 is #61263B. Grayscale: #C4C4C4. Windows color (decimal): -6366780 or 12900766. OLE color: 12900766.

HSL color Cylindrical-coordinate representation of color #9ED9C4: hue angle of 158.64º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED9C4 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 217 196 -
CMYK 0.27 0 0.10 0.15
HSL 158.64º 0.44% 0.74% -
HSV(B) 158.64º 0.27% 0.85% -
XYZ 48.88 60.88 61.4 -
YUV 196.97 127.45 100.21 -
System Red Green Blue C M Y K H S L
Decimal 158 217 196 0.27 0 0.10 0.15 158.64 0.44 0.74
Hex 9E D9 C4 1B 0 A F 9F 2C 4A
Octal 236 331 304 33 0 12 17 237 54 112
Binary 10011110 11011001 11000100 11011 0 1010 1111 10011111 101100 1001010

Color Harmonies of #9ED9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED9C4

Black with #9ED9C4

Text Example


Text Example

White with #9ED9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,217,196); }

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

background-color css

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

 a { background-color: rgb(158,217,196); }

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

border-color css

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

 span { border-color: rgb(158,217,196); }

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