Html Css Color HEX #8CDDC3 Riptide

📋 copy color: '#8CDDC3'

red 140 ◦ green 221 ◦ blue 195

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

Shades of Riptide #8CDDC3

Tints of Riptide #8CDDC3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.75%

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

R = 25.18%
G = 39.75%
B = 35.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#8CDDC3 (or 0x8CDDC3) is known color: Riptide. HEX triplet: 8C, DD and C3. RGB value is (140,221,195). Sum of RGB (Red+Green+Blue) = 140+221+195=556 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.18% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDC3 is #73223C. Grayscale: #C1C1C1. Windows color (decimal): -7545405 or 12836236. OLE color: 12836236.

HSL color Cylindrical-coordinate representation of color #8CDDC3: hue angle of 160.74º degrees, saturation: 0.54, 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 #8CDDC3 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 221 195 -
CMYK 0.37 0 0.12 0.13
HSL 160.74º 0.54% 0.71% -
HSV(B) 160.74º 0.37% 0.87% -
XYZ 46.52 61.23 61 -
YUV 193.82 128.66 89.61 -
System Red Green Blue C M Y K H S L
Decimal 140 221 195 0.37 0 0.12 0.13 160.74 0.54 0.71
Hex 8C DD C3 25 0 C D A1 36 47
Octal 214 335 303 45 0 14 15 241 66 107
Binary 10001100 11011101 11000011 100101 0 1100 1101 10100001 110110 1000111

Color Harmonies of #8CDDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDDC3

Black with #8CDDC3

Text Example


Text Example

White with #8CDDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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