Html Css Color HEX #7FE1CC Riptide

📋 copy color: '#7FE1CC'

red 127 ◦ green 225 ◦ blue 204

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

Shades of Riptide #7FE1CC

Tints of Riptide #7FE1CC

RGB

 RED value IS 127 (50% from 255) = 22.84%

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

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

R = 22.84%
G = 40.47%
B = 36.69%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#7FE1CC (or 0x7FE1CC) is known color: Riptide. HEX triplet: 7F, E1 and CC. RGB value is (127,225,204). Sum of RGB (Red+Green+Blue) = 127+225+204=556 (73% of max value = 765). Red value is 127 (50% from 255 or 22.84% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE1CC is #801E33. Grayscale: #C1C1C1. Windows color (decimal): -8396340 or 13427071. OLE color: 13427071.

HSL color Cylindrical-coordinate representation of color #7FE1CC: hue angle of 167.14º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE1CC is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 127 225 204 -
CMYK 0.44 0 0.09 0.12
HSL 167.14º 0.62% 0.69% -
HSV(B) 167.14º 0.44% 0.88% -
XYZ 46.58 62.72 66.78 -
YUV 193.3 134.03 80.71 -
System Red Green Blue C M Y K H S L
Decimal 127 225 204 0.44 0 0.09 0.12 167.14 0.62 0.69
Hex 7F E1 CC 2C 0 9 C A7 3E 45
Octal 177 341 314 54 0 11 14 247 76 105
Binary 1111111 11100001 11001100 101100 0 1001 1100 10100111 111110 1000101

Color Harmonies of #7FE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE1CC

Black with #7FE1CC

Text Example


Text Example

White with #7FE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FE1CC; }

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

 H1.HeaderClassName
 {
   color: #7FE1CC;
 }
 .AnyTagClassName
 {
   color: #7FE1CC;
 }
</style>

background-color css

<style>
 a { background-color: #7FE1CC; }

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

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

border-color css

<style>
 span { border-color: #7FE1CC; }

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

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