Html Css Color HEX #88DCC4 Riptide

📋 copy color: '#88DCC4'

red 136 ◦ green 220 ◦ blue 196

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

Shades of Riptide #88DCC4

Tints of Riptide #88DCC4

RGB

 RED value IS 136 (53.52% from 255) = 24.64%

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

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

R = 24.64%
G = 39.86%
B = 35.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#88DCC4 (or 0x88DCC4) is known color: Riptide. HEX triplet: 88, DC and C4. RGB value is (136,220,196). Sum of RGB (Red+Green+Blue) = 136+220+196=552 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.64% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCC4 is #77233B. Grayscale: #C0C0C0. Windows color (decimal): -7807804 or 12901512. OLE color: 12901512.

HSL color Cylindrical-coordinate representation of color #88DCC4: hue angle of 162.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DCC4 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 220 196 -
CMYK 0.38 0 0.11 0.14
HSL 162.86º 0.55% 0.7% -
HSV(B) 162.86º 0.38% 0.86% -
XYZ 45.71 60.41 61.47 -
YUV 192.15 130.17 87.95 -
System Red Green Blue C M Y K H S L
Decimal 136 220 196 0.38 0 0.11 0.14 162.86 0.55 0.7
Hex 88 DC C4 26 0 B E A3 37 46
Octal 210 334 304 46 0 13 16 243 67 106
Binary 10001000 11011100 11000100 100110 0 1011 1110 10100011 110111 1000110

Color Harmonies of #88DCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DCC4

Black with #88DCC4

Text Example


Text Example

White with #88DCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88DCC4; }

 p { color: rgb(136,220,196); }

 H1.HeaderClassName
 {
   color: #88DCC4;
 }
 .AnyTagClassName
 {
   color: #88DCC4;
 }
</style>

background-color css

<style>
 a { background-color: #88DCC4; }

 a { background-color: rgb(136,220,196); }

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

border-color css

<style>
 span { border-color: #88DCC4; }

 span { border-color: rgb(136,220,196); }

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