Html Css Color HEX #8CDFC7 Riptide

📋 copy color: '#8CDFC7'

red 140 ◦ green 223 ◦ blue 199

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

Shades of Riptide #8CDFC7

Tints of Riptide #8CDFC7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.68%

 BLUE value IS 199 (78.13% from 255) = 35.41%

R = 24.91%
G = 39.68%
B = 35.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#8CDFC7 (or 0x8CDFC7) is known color: Riptide. HEX triplet: 8C, DF and C7. RGB value is (140,223,199). Sum of RGB (Red+Green+Blue) = 140+223+199=562 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.91% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDFC7 is #732038. Grayscale: #C3C3C3. Windows color (decimal): -7544889 or 13098892. OLE color: 13098892.

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

Color convert

RGB 140 223 199 -
CMYK 0.37 0 0.11 0.13
HSL 162.65º 0.56% 0.71% -
HSV(B) 162.65º 0.37% 0.87% -
XYZ 47.51 62.47 63.59 -
YUV 195.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 140 223 199 0.37 0 0.11 0.13 162.65 0.56 0.71
Hex 8C DF C7 25 0 B D A3 38 47
Octal 214 337 307 45 0 13 15 243 70 107
Binary 10001100 11011111 11000111 100101 0 1011 1101 10100011 111000 1000111

Color Harmonies of #8CDFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDFC7

Black with #8CDFC7

Text Example


Text Example

White with #8CDFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,223,199); }

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

background-color css

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

 a { background-color: rgb(140,223,199); }

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

border-color css

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

 span { border-color: rgb(140,223,199); }

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