Html Css Color HEX #8ADDBF Riptide

📋 copy color: '#8ADDBF'

red 138 ◦ green 221 ◦ blue 191

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

Shades of Riptide #8ADDBF

Tints of Riptide #8ADDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.73%

R = 25.09%
G = 40.18%
B = 34.73%

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

#8ADDBF (or 0x8ADDBF) is known color: Riptide. HEX triplet: 8A, DD and BF. RGB value is (138,221,191). Sum of RGB (Red+Green+Blue) = 138+221+191=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDBF is #752240. Grayscale: #C0C0C0. Windows color (decimal): -7676481 or 12574090. OLE color: 12574090.

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

Color convert

RGB 138 221 191 -
CMYK 0.38 0 0.14 0.13
HSL 158.31º 0.55% 0.7% -
HSV(B) 158.31º 0.38% 0.87% -
XYZ 45.74 60.88 58.63 -
YUV 192.76 127 88.94 -
System Red Green Blue C M Y K H S L
Decimal 138 221 191 0.38 0 0.14 0.13 158.31 0.55 0.7
Hex 8A DD BF 26 0 E D 9E 37 46
Octal 212 335 277 46 0 16 15 236 67 106
Binary 10001010 11011101 10111111 100110 0 1110 1101 10011110 110111 1000110

Color Harmonies of #8ADDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADDBF

Black with #8ADDBF

Text Example


Text Example

White with #8ADDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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