Html Css Color HEX #8ADDC4 Riptide

📋 copy color: '#8ADDC4'

red 138 ◦ green 221 ◦ blue 196

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

Shades of Riptide #8ADDC4

Tints of Riptide #8ADDC4

RGB

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

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

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

R = 24.86%
G = 39.82%
B = 35.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#8ADDC4 (or 0x8ADDC4) is known color: Riptide. HEX triplet: 8A, DD and C4. RGB value is (138,221,196). Sum of RGB (Red+Green+Blue) = 138+221+196=555 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.86% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDC4 is #75223B. Grayscale: #C1C1C1. Windows color (decimal): -7676476 or 12901770. OLE color: 12901770.

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

Color convert

RGB 138 221 196 -
CMYK 0.38 0 0.11 0.13
HSL 161.93º 0.55% 0.7% -
HSV(B) 161.93º 0.38% 0.87% -
XYZ 46.3 61.1 61.58 -
YUV 193.33 129.5 88.53 -
System Red Green Blue C M Y K H S L
Decimal 138 221 196 0.38 0 0.11 0.13 161.93 0.55 0.7
Hex 8A DD C4 26 0 B D A2 37 46
Octal 212 335 304 46 0 13 15 242 67 106
Binary 10001010 11011101 11000100 100110 0 1011 1101 10100010 110111 1000110

Color Harmonies of #8ADDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADDC4

Black with #8ADDC4

Text Example


Text Example

White with #8ADDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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