Html Css Color HEX #90D4CC Riptide

📋 copy color: '#90D4CC'

red 144 ◦ green 212 ◦ blue 204

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

Shades of Riptide #90D4CC

Tints of Riptide #90D4CC

RGB

 RED value IS 144 (56.64% from 255) = 25.71%

 GREEN value IS 212 (83.2% from 255) = 37.86%

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 25.71%
G = 37.86%
B = 36.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#90D4CC (or 0x90D4CC) is known color: Riptide. HEX triplet: 90, D4 and CC. RGB value is (144,212,204). Sum of RGB (Red+Green+Blue) = 144+212+204=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 212 - color contains mainly: green. Hex color #90D4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D4CC is #6F2B33. Grayscale: #BEBEBE. Windows color (decimal): -7285556 or 13423760. OLE color: 13423760.

HSL color Cylindrical-coordinate representation of color #90D4CC: hue angle of 172.94º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90D4CC is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 144 212 204 -
CMYK 0.32 0 0.04 0.17
HSL 172.94º 0.44% 0.7% -
HSV(B) 172.94º 0.32% 0.83% -
XYZ 45.94 57.38 65.78 -
YUV 190.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 144 212 204 0.32 0 0.04 0.17 172.94 0.44 0.7
Hex 90 D4 CC 20 0 4 11 AD 2C 46
Octal 220 324 314 40 0 4 21 255 54 106
Binary 10010000 11010100 11001100 100000 0 100 10001 10101101 101100 1000110

Color Harmonies of #90D4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D4CC

Black with #90D4CC

Text Example


Text Example

White with #90D4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90D4CC; }

 p { color: rgb(144,212,204); }

 H1.HeaderClassName
 {
   color: #90D4CC;
 }
 .AnyTagClassName
 {
   color: #90D4CC;
 }
</style>

background-color css

<style>
 a { background-color: #90D4CC; }

 a { background-color: rgb(144,212,204); }

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

border-color css

<style>
 span { border-color: #90D4CC; }

 span { border-color: rgb(144,212,204); }

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