Html Css Color HEX #8ADDBE Riptide

📋 copy color: '#8ADDBE'

red 138 ◦ green 221 ◦ blue 190

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

Shades of Riptide #8ADDBE

Tints of Riptide #8ADDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.61%

R = 25.14%
G = 40.26%
B = 34.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#8ADDBE (or 0x8ADDBE) is known color: Riptide. HEX triplet: 8A, DD and BE. RGB value is (138,221,190). Sum of RGB (Red+Green+Blue) = 138+221+190=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDBE is #752241. Grayscale: #C0C0C0. Windows color (decimal): -7676482 or 12508554. OLE color: 12508554.

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

Color convert

RGB 138 221 190 -
CMYK 0.38 0 0.14 0.13
HSL 157.59º 0.55% 0.7% -
HSV(B) 157.59º 0.38% 0.87% -
XYZ 45.63 60.83 58.05 -
YUV 192.65 126.5 89.02 -
System Red Green Blue C M Y K H S L
Decimal 138 221 190 0.38 0 0.14 0.13 157.59 0.55 0.7
Hex 8A DD BE 26 0 E D 9E 37 46
Octal 212 335 276 46 0 16 15 236 67 106
Binary 10001010 11011101 10111110 100110 0 1110 1101 10011110 110111 1000110

Color Harmonies of #8ADDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADDBE

Black with #8ADDBE

Text Example


Text Example

White with #8ADDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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