Html Css Color HEX #90D6C8 Riptide

📋 copy color: '#90D6C8'

red 144 ◦ green 214 ◦ blue 200

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

Shades of Riptide #90D6C8

Tints of Riptide #90D6C8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.35%

 BLUE value IS 200 (78.52% from 255) = 35.84%

R = 25.81%
G = 38.35%
B = 35.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#90D6C8 (or 0x90D6C8) is known color: Riptide. HEX triplet: 90, D6 and C8. RGB value is (144,214,200). Sum of RGB (Red+Green+Blue) = 144+214+200=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #90D6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D6C8 is #6F2937. Grayscale: #BFBFBF. Windows color (decimal): -7285048 or 13162128. OLE color: 13162128.

HSL color Cylindrical-coordinate representation of color #90D6C8: hue angle of 168º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D6C8 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 214 200 -
CMYK 0.33 0 0.07 0.16
HSL 168º 0.46% 0.7% -
HSV(B) 168º 0.33% 0.84% -
XYZ 45.97 58.19 63.45 -
YUV 191.47 132.81 94.14 -
System Red Green Blue C M Y K H S L
Decimal 144 214 200 0.33 0 0.07 0.16 168 0.46 0.7
Hex 90 D6 C8 21 0 7 10 A8 2E 46
Octal 220 326 310 41 0 7 20 250 56 106
Binary 10010000 11010110 11001000 100001 0 111 10000 10101000 101110 1000110

Color Harmonies of #90D6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D6C8

Black with #90D6C8

Text Example


Text Example

White with #90D6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,214,200); }

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

background-color css

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

 a { background-color: rgb(144,214,200); }

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

border-color css

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

 span { border-color: rgb(144,214,200); }

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