Html Css Color HEX #8CE5CC Riptide

📋 copy color: '#8CE5CC'

red 140 ◦ green 229 ◦ blue 204

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

Shades of Riptide #8CE5CC

Tints of Riptide #8CE5CC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.97%

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

R = 24.43%
G = 39.97%
B = 35.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#8CE5CC (or 0x8CE5CC) is known color: Riptide. HEX triplet: 8C, E5 and CC. RGB value is (140,229,204). Sum of RGB (Red+Green+Blue) = 140+229+204=573 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.43% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 229 - color contains mainly: green. Hex color #8CE5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE5CC is #731A33. Grayscale: #C7C7C7. Windows color (decimal): -7543348 or 13428108. OLE color: 13428108.

HSL color Cylindrical-coordinate representation of color #8CE5CC: hue angle of 163.15º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE5CC is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 140 229 204 -
CMYK 0.39 0 0.11 0.10
HSL 163.15º 0.63% 0.72% -
HSV(B) 163.15º 0.39% 0.9% -
XYZ 49.73 65.97 67.24 -
YUV 199.54 130.51 85.53 -
System Red Green Blue C M Y K H S L
Decimal 140 229 204 0.39 0 0.11 0.10 163.15 0.63 0.72
Hex 8C E5 CC 27 0 B A A3 3F 48
Octal 214 345 314 47 0 13 12 243 77 110
Binary 10001100 11100101 11001100 100111 0 1011 1010 10100011 111111 1001000

Color Harmonies of #8CE5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE5CC

Black with #8CE5CC

Text Example


Text Example

White with #8CE5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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