Html Css Color HEX #7FD5CE Riptide

📋 copy color: '#7FD5CE'

red 127 ◦ green 213 ◦ blue 206

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

Shades of Riptide #7FD5CE

Tints of Riptide #7FD5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.01%

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 23.26%
G = 39.01%
B = 37.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#7FD5CE (or 0x7FD5CE) is known color: Riptide. HEX triplet: 7F, D5 and CE. RGB value is (127,213,206). Sum of RGB (Red+Green+Blue) = 127+213+206=546 (72% of max value = 765). Red value is 127 (50% from 255 or 23.26% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD5CE is #802A31. Grayscale: #BABABA. Windows color (decimal): -8399410 or 13555071. OLE color: 13555071.

HSL color Cylindrical-coordinate representation of color #7FD5CE: hue angle of 175.12º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD5CE is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 213 206 -
CMYK 0.40 0 0.03 0.16
HSL 175.12º 0.51% 0.67% -
HSV(B) 175.12º 0.4% 0.84% -
XYZ 43.69 56.56 67.01 -
YUV 186.49 139.01 85.57 -
System Red Green Blue C M Y K H S L
Decimal 127 213 206 0.40 0 0.03 0.16 175.12 0.51 0.67
Hex 7F D5 CE 28 0 3 10 AF 33 43
Octal 177 325 316 50 0 3 20 257 63 103
Binary 1111111 11010101 11001110 101000 0 11 10000 10101111 110011 1000011

Color Harmonies of #7FD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD5CE

Black with #7FD5CE

Text Example


Text Example

White with #7FD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,213,206); }

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

background-color css

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

 a { background-color: rgb(127,213,206); }

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

border-color css

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

 span { border-color: rgb(127,213,206); }

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