Html Css Color HEX #7FD5D1 Riptide

📋 copy color: '#7FD5D1'

red 127 ◦ green 213 ◦ blue 209

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

Shades of Riptide #7FD5D1

Tints of Riptide #7FD5D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.07%

R = 23.13%
G = 38.8%
B = 38.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#7FD5D1 (or 0x7FD5D1) is known color: Riptide. HEX triplet: 7F, D5 and D1. RGB value is (127,213,209). Sum of RGB (Red+Green+Blue) = 127+213+209=549 (72% of max value = 765). Red value is 127 (50% from 255 or 23.13% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD5D1 is #802A2E. Grayscale: #BABABA. Windows color (decimal): -8399407 or 13751679. OLE color: 13751679.

HSL color Cylindrical-coordinate representation of color #7FD5D1: hue angle of 177.21º 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 #7FD5D1 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 213 209 -
CMYK 0.40 0 0.02 0.16
HSL 177.21º 0.51% 0.67% -
HSV(B) 177.21º 0.4% 0.84% -
XYZ 44.06 56.7 68.94 -
YUV 186.83 140.51 85.33 -
System Red Green Blue C M Y K H S L
Decimal 127 213 209 0.40 0 0.02 0.16 177.21 0.51 0.67
Hex 7F D5 D1 28 0 2 10 B1 33 43
Octal 177 325 321 50 0 2 20 261 63 103
Binary 1111111 11010101 11010001 101000 0 10 10000 10110001 110011 1000011

Color Harmonies of #7FD5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD5D1

Black with #7FD5D1

Text Example


Text Example

White with #7FD5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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