Html Css Color HEX #7FDDCA Riptide

📋 copy color: '#7FDDCA'

red 127 ◦ green 221 ◦ blue 202

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

Shades of Riptide #7FDDCA

Tints of Riptide #7FDDCA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.18%

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 23.09%
G = 40.18%
B = 36.73%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#7FDDCA (or 0x7FDDCA) is known color: Riptide. HEX triplet: 7F, DD and CA. RGB value is (127,221,202). Sum of RGB (Red+Green+Blue) = 127+221+202=550 (72% of max value = 765). Red value is 127 (50% from 255 or 23.09% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDCA is #802235. Grayscale: #BEBEBE. Windows color (decimal): -8397366 or 13294975. OLE color: 13294975.

HSL color Cylindrical-coordinate representation of color #7FDDCA: hue angle of 167.87º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDDCA is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 221 202 -
CMYK 0.43 0 0.09 0.13
HSL 167.87º 0.58% 0.68% -
HSV(B) 167.87º 0.43% 0.87% -
XYZ 45.27 60.49 65.17 -
YUV 190.73 134.36 82.54 -
System Red Green Blue C M Y K H S L
Decimal 127 221 202 0.43 0 0.09 0.13 167.87 0.58 0.68
Hex 7F DD CA 2B 0 9 D A8 3A 44
Octal 177 335 312 53 0 11 15 250 72 104
Binary 1111111 11011101 11001010 101011 0 1001 1101 10101000 111010 1000100

Color Harmonies of #7FDDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDDCA

Black with #7FDDCA

Text Example


Text Example

White with #7FDDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,221,202); }

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

background-color css

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

 a { background-color: rgb(127,221,202); }

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

border-color css

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

 span { border-color: rgb(127,221,202); }

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