Html Css Color HEX #8ADCC4 Riptide

📋 copy color: '#8ADCC4'

red 138 ◦ green 220 ◦ blue 196

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

Shades of Riptide #8ADCC4

Tints of Riptide #8ADCC4

RGB

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

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

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

R = 24.91%
G = 39.71%
B = 35.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#8ADCC4 (or 0x8ADCC4) is known color: Riptide. HEX triplet: 8A, DC and C4. RGB value is (138,220,196). Sum of RGB (Red+Green+Blue) = 138+220+196=554 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.91% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCC4 is #75233B. Grayscale: #C0C0C0. Windows color (decimal): -7676732 or 12901514. OLE color: 12901514.

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

Color convert

RGB 138 220 196 -
CMYK 0.37 0 0.11 0.14
HSL 162.44º 0.54% 0.7% -
HSV(B) 162.44º 0.37% 0.86% -
XYZ 46.04 60.58 61.49 -
YUV 192.75 129.83 88.95 -
System Red Green Blue C M Y K H S L
Decimal 138 220 196 0.37 0 0.11 0.14 162.44 0.54 0.7
Hex 8A DC C4 25 0 B E A2 36 46
Octal 212 334 304 45 0 13 16 242 66 106
Binary 10001010 11011100 11000100 100101 0 1011 1110 10100010 110110 1000110

Color Harmonies of #8ADCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADCC4

Black with #8ADCC4

Text Example


Text Example

White with #8ADCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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