Html Css Color HEX #90DCC0 Riptide

📋 copy color: '#90DCC0'

red 144 ◦ green 220 ◦ blue 192

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

Shades of Riptide #90DCC0

Tints of Riptide #90DCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.57%

 BLUE value IS 192 (75.39% from 255) = 34.53%

R = 25.9%
G = 39.57%
B = 34.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#90DCC0 (or 0x90DCC0) is known color: Riptide. HEX triplet: 90, DC and C0. RGB value is (144,220,192). Sum of RGB (Red+Green+Blue) = 144+220+192=556 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.90% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #90DCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DCC0 is #6F233F. Grayscale: #C2C2C2. Windows color (decimal): -7283520 or 12639376. OLE color: 12639376.

HSL color Cylindrical-coordinate representation of color #90DCC0: hue angle of 157.89º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DCC0 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 220 192 -
CMYK 0.35 0 0.13 0.14
HSL 157.89º 0.52% 0.71% -
HSV(B) 157.89º 0.35% 0.86% -
XYZ 46.61 60.92 59.17 -
YUV 194.08 126.82 92.28 -
System Red Green Blue C M Y K H S L
Decimal 144 220 192 0.35 0 0.13 0.14 157.89 0.52 0.71
Hex 90 DC C0 23 0 D E 9E 34 47
Octal 220 334 300 43 0 15 16 236 64 107
Binary 10010000 11011100 11000000 100011 0 1101 1110 10011110 110100 1000111

Color Harmonies of #90DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DCC0

Black with #90DCC0

Text Example


Text Example

White with #90DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,220,192); }

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

background-color css

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

 a { background-color: rgb(144,220,192); }

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

border-color css

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

 span { border-color: rgb(144,220,192); }

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