Html Css Color HEX #8ADDC2 Riptide

📋 copy color: '#8ADDC2'

red 138 ◦ green 221 ◦ blue 194

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

Shades of Riptide #8ADDC2

Tints of Riptide #8ADDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.08%

R = 24.95%
G = 39.96%
B = 35.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#8ADDC2 (or 0x8ADDC2) is known color: Riptide. HEX triplet: 8A, DD and C2. RGB value is (138,221,194). Sum of RGB (Red+Green+Blue) = 138+221+194=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDC2 is #75223D. Grayscale: #C1C1C1. Windows color (decimal): -7676478 or 12770698. OLE color: 12770698.

HSL color Cylindrical-coordinate representation of color #8ADDC2: hue angle of 160.48º 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 #8ADDC2 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 221 194 -
CMYK 0.38 0 0.12 0.13
HSL 160.48º 0.55% 0.7% -
HSV(B) 160.48º 0.38% 0.87% -
XYZ 46.08 61.01 60.39 -
YUV 193.11 128.5 88.7 -
System Red Green Blue C M Y K H S L
Decimal 138 221 194 0.38 0 0.12 0.13 160.48 0.55 0.7
Hex 8A DD C2 26 0 C D A0 37 46
Octal 212 335 302 46 0 14 15 240 67 106
Binary 10001010 11011101 11000010 100110 0 1100 1101 10100000 110111 1000110

Color Harmonies of #8ADDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADDC2

Black with #8ADDC2

Text Example


Text Example

White with #8ADDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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