Html Css Color HEX #8CEDC9 Riptide

📋 copy color: '#8CEDC9'

red 140 ◦ green 237 ◦ blue 201

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

Shades of Riptide #8CEDC9

Tints of Riptide #8CEDC9

RGB

 RED value IS 140 (55.08% from 255) = 24.22%

 GREEN value IS 237 (92.97% from 255) = 41%

 BLUE value IS 201 (78.91% from 255) = 34.78%

R = 24.22%
G = 41%
B = 34.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#8CEDC9 (or 0x8CEDC9) is known color: Riptide. HEX triplet: 8C, ED and C9. RGB value is (140,237,201). Sum of RGB (Red+Green+Blue) = 140+237+201=578 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.22% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #8CEDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEDC9 is #731236. Grayscale: #CBCBCB. Windows color (decimal): -7541303 or 13233548. OLE color: 13233548.

HSL color Cylindrical-coordinate representation of color #8CEDC9: hue angle of 157.73º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEDC9 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 237 201 -
CMYK 0.41 0 0.15 0.07
HSL 157.73º 0.73% 0.74% -
HSV(B) 157.73º 0.41% 0.93% -
XYZ 51.64 70.36 66.12 -
YUV 203.89 126.36 82.43 -
System Red Green Blue C M Y K H S L
Decimal 140 237 201 0.41 0 0.15 0.07 157.73 0.73 0.74
Hex 8C ED C9 29 0 F 7 9E 49 4A
Octal 214 355 311 51 0 17 7 236 111 112
Binary 10001100 11101101 11001001 101001 0 1111 111 10011110 1001001 1001010

Color Harmonies of #8CEDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEDC9

Black with #8CEDC9

Text Example


Text Example

White with #8CEDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,237,201); }

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

background-color css

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

 a { background-color: rgb(140,237,201); }

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

border-color css

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

 span { border-color: rgb(140,237,201); }

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