Html Css Color HEX #8CE9CC Riptide

📋 copy color: '#8CE9CC'

red 140 ◦ green 233 ◦ blue 204

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

Shades of Riptide #8CE9CC

Tints of Riptide #8CE9CC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.38%

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

R = 24.26%
G = 40.38%
B = 35.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#8CE9CC (or 0x8CE9CC) is known color: Riptide. HEX triplet: 8C, E9 and CC. RGB value is (140,233,204). Sum of RGB (Red+Green+Blue) = 140+233+204=577 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.26% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE9CC is #731633. Grayscale: #C9C9C9. Windows color (decimal): -7542324 or 13429132. OLE color: 13429132.

HSL color Cylindrical-coordinate representation of color #8CE9CC: hue angle of 161.29º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE9CC is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 233 204 -
CMYK 0.40 0 0.12 0.09
HSL 161.29º 0.68% 0.73% -
HSV(B) 161.29º 0.4% 0.91% -
XYZ 50.85 68.21 67.61 -
YUV 201.89 129.19 83.86 -
System Red Green Blue C M Y K H S L
Decimal 140 233 204 0.40 0 0.12 0.09 161.29 0.68 0.73
Hex 8C E9 CC 28 0 C 9 A1 44 49
Octal 214 351 314 50 0 14 11 241 104 111
Binary 10001100 11101001 11001100 101000 0 1100 1001 10100001 1000100 1001001

Color Harmonies of #8CE9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE9CC

Black with #8CE9CC

Text Example


Text Example

White with #8CE9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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