Html Css Color HEX #8CE1CC Riptide

📋 copy color: '#8CE1CC'

red 140 ◦ green 225 ◦ blue 204

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

Shades of Riptide #8CE1CC

Tints of Riptide #8CE1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.54%

 BLUE value IS 204 (80.08% from 255) = 35.85%

R = 24.6%
G = 39.54%
B = 35.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#8CE1CC (or 0x8CE1CC) is known color: Riptide. HEX triplet: 8C, E1 and CC. RGB value is (140,225,204). Sum of RGB (Red+Green+Blue) = 140+225+204=569 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.60% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE1CC is #731E33. Grayscale: #C5C5C5. Windows color (decimal): -7544372 or 13427084. OLE color: 13427084.

HSL color Cylindrical-coordinate representation of color #8CE1CC: hue angle of 165.18º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE1CC is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 140 225 204 -
CMYK 0.38 0 0.09 0.12
HSL 165.18º 0.59% 0.72% -
HSV(B) 165.18º 0.38% 0.88% -
XYZ 48.64 63.79 66.88 -
YUV 197.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 140 225 204 0.38 0 0.09 0.12 165.18 0.59 0.72
Hex 8C E1 CC 26 0 9 C A5 3B 48
Octal 214 341 314 46 0 11 14 245 73 110
Binary 10001100 11100001 11001100 100110 0 1001 1100 10100101 111011 1001000

Color Harmonies of #8CE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE1CC

Black with #8CE1CC

Text Example


Text Example

White with #8CE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,225,204); }

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

background-color css

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

 a { background-color: rgb(140,225,204); }

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

border-color css

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

 span { border-color: rgb(140,225,204); }

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