Html Css Color HEX #8ADEBE Riptide

📋 copy color: '#8ADEBE'

red 138 ◦ green 222 ◦ blue 190

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

Shades of Riptide #8ADEBE

Tints of Riptide #8ADEBE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.36%

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

R = 25.09%
G = 40.36%
B = 34.55%

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

#8ADEBE (or 0x8ADEBE) is known color: Riptide. HEX triplet: 8A, DE and BE. RGB value is (138,222,190). Sum of RGB (Red+Green+Blue) = 138+222+190=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADEBE is #752141. Grayscale: #C1C1C1. Windows color (decimal): -7676226 or 12508810. OLE color: 12508810.

HSL color Cylindrical-coordinate representation of color #8ADEBE: hue angle of 157.14º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADEBE is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 222 190 -
CMYK 0.38 0 0.14 0.13
HSL 157.14º 0.56% 0.71% -
HSV(B) 157.14º 0.38% 0.87% -
XYZ 45.9 61.36 58.14 -
YUV 193.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 138 222 190 0.38 0 0.14 0.13 157.14 0.56 0.71
Hex 8A DE BE 26 0 E D 9D 38 47
Octal 212 336 276 46 0 16 15 235 70 107
Binary 10001010 11011110 10111110 100110 0 1110 1101 10011101 111000 1000111

Color Harmonies of #8ADEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADEBE

Black with #8ADEBE

Text Example


Text Example

White with #8ADEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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