Html Css Color HEX #8ADAD2 Riptide

📋 copy color: '#8ADAD2'

red 138 ◦ green 218 ◦ blue 210

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

Shades of Riptide #8ADAD2

Tints of Riptide #8ADAD2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.52%

 BLUE value IS 210 (82.42% from 255) = 37.1%

R = 24.38%
G = 38.52%
B = 37.1%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#8ADAD2 (or 0x8ADAD2) is known color: Riptide. HEX triplet: 8A, DA and D2. RGB value is (138,218,210). Sum of RGB (Red+Green+Blue) = 138+218+210=566 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.38% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADAD2 is #75252D. Grayscale: #C1C1C1. Windows color (decimal): -7677230 or 13818506. OLE color: 13818506.

HSL color Cylindrical-coordinate representation of color #8ADAD2: hue angle of 174º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADAD2 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 218 210 -
CMYK 0.37 0 0.04 0.15
HSL 174º 0.52% 0.7% -
HSV(B) 174º 0.37% 0.85% -
XYZ 47.19 60.2 70.11 -
YUV 193.17 137.5 88.65 -
System Red Green Blue C M Y K H S L
Decimal 138 218 210 0.37 0 0.04 0.15 174 0.52 0.7
Hex 8A DA D2 25 0 4 F AE 34 46
Octal 212 332 322 45 0 4 17 256 64 106
Binary 10001010 11011010 11010010 100101 0 100 1111 10101110 110100 1000110

Color Harmonies of #8ADAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADAD2

Black with #8ADAD2

Text Example


Text Example

White with #8ADAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,218,210); }

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

background-color css

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

 a { background-color: rgb(138,218,210); }

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

border-color css

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

 span { border-color: rgb(138,218,210); }

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