Html Css Color HEX #76E1CC Riptide

📋 copy color: '#76E1CC'

red 118 ◦ green 225 ◦ blue 204

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

Shades of Riptide #76E1CC

Tints of Riptide #76E1CC

RGB

 RED value IS 118 (46.48% from 255) = 21.57%

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

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

R = 21.57%
G = 41.13%
B = 37.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#76E1CC (or 0x76E1CC) is known color: Riptide. HEX triplet: 76, E1 and CC. RGB value is (118,225,204). Sum of RGB (Red+Green+Blue) = 118+225+204=547 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.57% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #76E1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E1CC is #891E33. Grayscale: #BEBEBE. Windows color (decimal): -8986164 or 13427062. OLE color: 13427062.

HSL color Cylindrical-coordinate representation of color #76E1CC: hue angle of 168.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E1CC is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 225 204 -
CMYK 0.48 0 0.09 0.12
HSL 168.22º 0.64% 0.67% -
HSV(B) 168.22º 0.48% 0.88% -
XYZ 45.3 62.06 66.72 -
YUV 190.61 135.55 76.21 -
System Red Green Blue C M Y K H S L
Decimal 118 225 204 0.48 0 0.09 0.12 168.22 0.64 0.67
Hex 76 E1 CC 30 0 9 C A8 40 43
Octal 166 341 314 60 0 11 14 250 100 103
Binary 1110110 11100001 11001100 110000 0 1001 1100 10101000 1000000 1000011

Color Harmonies of #76E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E1CC

Black with #76E1CC

Text Example


Text Example

White with #76E1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76E1CC; }

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

 H1.HeaderClassName
 {
   color: #76E1CC;
 }
 .AnyTagClassName
 {
   color: #76E1CC;
 }
</style>

background-color css

<style>
 a { background-color: #76E1CC; }

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

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

border-color css

<style>
 span { border-color: #76E1CC; }

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

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