Html Css Color HEX #8ADDCD Riptide

📋 copy color: '#8ADDCD'

red 138 ◦ green 221 ◦ blue 205

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

Shades of Riptide #8ADDCD

Tints of Riptide #8ADDCD

RGB

 RED value IS 138 (54.3% from 255) = 24.47%

 GREEN value IS 221 (86.72% from 255) = 39.18%

 BLUE value IS 205 (80.47% from 255) = 36.35%

R = 24.47%
G = 39.18%
B = 36.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#8ADDCD (or 0x8ADDCD) is known color: Riptide. HEX triplet: 8A, DD and CD. RGB value is (138,221,205). Sum of RGB (Red+Green+Blue) = 138+221+205=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDCD is #752232. Grayscale: #C2C2C2. Windows color (decimal): -7676467 or 13491594. OLE color: 13491594.

HSL color Cylindrical-coordinate representation of color #8ADDCD: hue angle of 168.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDCD is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 221 205 -
CMYK 0.38 0 0.07 0.13
HSL 168.43º 0.55% 0.7% -
HSV(B) 168.43º 0.38% 0.87% -
XYZ 47.36 61.52 67.14 -
YUV 194.36 134 87.8 -
System Red Green Blue C M Y K H S L
Decimal 138 221 205 0.38 0 0.07 0.13 168.43 0.55 0.7
Hex 8A DD CD 26 0 7 D A8 37 46
Octal 212 335 315 46 0 7 15 250 67 106
Binary 10001010 11011101 11001101 100110 0 111 1101 10101000 110111 1000110

Color Harmonies of #8ADDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADDCD

Black with #8ADDCD

Text Example


Text Example

White with #8ADDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ADDCD; }

 p { color: rgb(138,221,205); }

 H1.HeaderClassName
 {
   color: #8ADDCD;
 }
 .AnyTagClassName
 {
   color: #8ADDCD;
 }
</style>

background-color css

<style>
 a { background-color: #8ADDCD; }

 a { background-color: rgb(138,221,205); }

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

border-color css

<style>
 span { border-color: #8ADDCD; }

 span { border-color: rgb(138,221,205); }

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