Html Css Color HEX #8CDCC6 Riptide

📋 copy color: '#8CDCC6'

red 140 ◦ green 220 ◦ blue 198

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

Shades of Riptide #8CDCC6

Tints of Riptide #8CDCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.48%

R = 25.09%
G = 39.43%
B = 35.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#8CDCC6 (or 0x8CDCC6) is known color: Riptide. HEX triplet: 8C, DC and C6. RGB value is (140,220,198). Sum of RGB (Red+Green+Blue) = 140+220+198=558 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.09% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCC6 is #732339. Grayscale: #C1C1C1. Windows color (decimal): -7545658 or 13032588. OLE color: 13032588.

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

Color convert

RGB 140 220 198 -
CMYK 0.36 0 0.1 0.14
HSL 163.5º 0.53% 0.71% -
HSV(B) 163.5º 0.36% 0.86% -
XYZ 46.6 60.84 62.71 -
YUV 193.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 140 220 198 0.36 0 0.1 0.14 163.5 0.53 0.71
Hex 8C DC C6 24 0 A E A4 35 47
Octal 214 334 306 44 0 12 16 244 65 107
Binary 10001100 11011100 11000110 100100 0 1010 1110 10100100 110101 1000111

Color Harmonies of #8CDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDCC6

Black with #8CDCC6

Text Example


Text Example

White with #8CDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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