Html Css Color HEX #8CDCC3 Riptide

📋 copy color: '#8CDCC3'

red 140 ◦ green 220 ◦ blue 195

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

Shades of Riptide #8CDCC3

Tints of Riptide #8CDCC3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.64%

 BLUE value IS 195 (76.56% from 255) = 35.14%

R = 25.23%
G = 39.64%
B = 35.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#8CDCC3 (or 0x8CDCC3) is known color: Riptide. HEX triplet: 8C, DC and C3. RGB value is (140,220,195). Sum of RGB (Red+Green+Blue) = 140+220+195=555 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.23% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCC3 is #73233C. Grayscale: #C1C1C1. Windows color (decimal): -7545661 or 12835980. OLE color: 12835980.

HSL color Cylindrical-coordinate representation of color #8CDCC3: hue angle of 161.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDCC3 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 220 195 -
CMYK 0.36 0 0.11 0.14
HSL 161.25º 0.53% 0.71% -
HSV(B) 161.25º 0.36% 0.86% -
XYZ 46.26 60.7 60.91 -
YUV 193.23 129 90.03 -
System Red Green Blue C M Y K H S L
Decimal 140 220 195 0.36 0 0.11 0.14 161.25 0.53 0.71
Hex 8C DC C3 24 0 B E A1 35 47
Octal 214 334 303 44 0 13 16 241 65 107
Binary 10001100 11011100 11000011 100100 0 1011 1110 10100001 110101 1000111

Color Harmonies of #8CDCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDCC3

Black with #8CDCC3

Text Example


Text Example

White with #8CDCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,220,195); }

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

background-color css

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

 a { background-color: rgb(140,220,195); }

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

border-color css

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

 span { border-color: rgb(140,220,195); }

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