Html Css Color HEX #8AE7CE Riptide

📋 copy color: '#8AE7CE'

red 138 ◦ green 231 ◦ blue 206

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

Shades of Riptide #8AE7CE

Tints of Riptide #8AE7CE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.17%

 BLUE value IS 206 (80.86% from 255) = 35.83%

R = 24%
G = 40.17%
B = 35.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#8AE7CE (or 0x8AE7CE) is known color: Riptide. HEX triplet: 8A, E7 and CE. RGB value is (138,231,206). Sum of RGB (Red+Green+Blue) = 138+231+206=575 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24% from 575); Green value is 231 (90.62% from 255 or 40.17% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE7CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE7CE is #751831. Grayscale: #C8C8C8. Windows color (decimal): -7673906 or 13559690. OLE color: 13559690.

HSL color Cylindrical-coordinate representation of color #8AE7CE: hue angle of 163.87º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE7CE is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 138 231 206 -
CMYK 0.40 0 0.11 0.09
HSL 163.87º 0.66% 0.72% -
HSV(B) 163.87º 0.4% 0.91% -
XYZ 50.2 67.01 68.68 -
YUV 200.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 138 231 206 0.40 0 0.11 0.09 163.87 0.66 0.72
Hex 8A E7 CE 28 0 B 9 A4 42 48
Octal 212 347 316 50 0 13 11 244 102 110
Binary 10001010 11100111 11001110 101000 0 1011 1001 10100100 1000010 1001000

Color Harmonies of #8AE7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE7CE

Black with #8AE7CE

Text Example


Text Example

White with #8AE7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,231,206); }

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

background-color css

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

 a { background-color: rgb(138,231,206); }

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

border-color css

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

 span { border-color: rgb(138,231,206); }

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