Html Css Color HEX #7FE8CC Riptide

📋 copy color: '#7FE8CC'

red 127 ◦ green 232 ◦ blue 204

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

Shades of Riptide #7FE8CC

Tints of Riptide #7FE8CC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.21%

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

R = 22.56%
G = 41.21%
B = 36.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#7FE8CC (or 0x7FE8CC) is known color: Riptide. HEX triplet: 7F, E8 and CC. RGB value is (127,232,204). Sum of RGB (Red+Green+Blue) = 127+232+204=563 (74% of max value = 765). Red value is 127 (50% from 255 or 22.56% from 563); Green value is 232 (91.02% from 255 or 41.21% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 232 - color contains mainly: green. Hex color #7FE8CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FE8CC is #801733. Grayscale: #C5C5C5. Windows color (decimal): -8394548 or 13428863. OLE color: 13428863.

HSL color Cylindrical-coordinate representation of color #7FE8CC: hue angle of 164º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE8CC is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 127 232 204 -
CMYK 0.45 0 0.12 0.09
HSL 164º 0.7% 0.7% -
HSV(B) 164º 0.45% 0.91% -
XYZ 48.51 66.58 67.42 -
YUV 197.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 127 232 204 0.45 0 0.12 0.09 164 0.7 0.7
Hex 7F E8 CC 2D 0 C 9 A4 46 46
Octal 177 350 314 55 0 14 11 244 106 106
Binary 1111111 11101000 11001100 101101 0 1100 1001 10100100 1000110 1000110

Color Harmonies of #7FE8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE8CC

Black with #7FE8CC

Text Example


Text Example

White with #7FE8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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