Html Css Color HEX #72E4D4 Riptide

📋 copy color: '#72E4D4'

red 114 ◦ green 228 ◦ blue 212

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

Shades of Riptide #72E4D4

Tints of Riptide #72E4D4

RGB

 RED value IS 114 (44.92% from 255) = 20.58%

 GREEN value IS 228 (89.45% from 255) = 41.16%

 BLUE value IS 212 (83.2% from 255) = 38.27%

R = 20.58%
G = 41.16%
B = 38.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#72E4D4 (or 0x72E4D4) is known color: Riptide. HEX triplet: 72, E4 and D4. RGB value is (114,228,212). Sum of RGB (Red+Green+Blue) = 114+228+212=554 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.58% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 228 - color contains mainly: green. Hex color #72E4D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E4D4 is #8D1B2B. Grayscale: #C0C0C0. Windows color (decimal): -9247532 or 13952114. OLE color: 13952114.

HSL color Cylindrical-coordinate representation of color #72E4D4: hue angle of 171.58º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E4D4 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 114 228 212 -
CMYK 0.50 0 0.07 0.11
HSL 171.58º 0.68% 0.67% -
HSV(B) 171.58º 0.5% 0.89% -
XYZ 46.57 63.82 72.15 -
YUV 192.09 139.23 72.3 -
System Red Green Blue C M Y K H S L
Decimal 114 228 212 0.50 0 0.07 0.11 171.58 0.68 0.67
Hex 72 E4 D4 32 0 7 B AC 44 43
Octal 162 344 324 62 0 7 13 254 104 103
Binary 1110010 11100100 11010100 110010 0 111 1011 10101100 1000100 1000011

Color Harmonies of #72E4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E4D4

Black with #72E4D4

Text Example


Text Example

White with #72E4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72E4D4; }

 p { color: rgb(114,228,212); }

 H1.HeaderClassName
 {
   color: #72E4D4;
 }
 .AnyTagClassName
 {
   color: #72E4D4;
 }
</style>

background-color css

<style>
 a { background-color: #72E4D4; }

 a { background-color: rgb(114,228,212); }

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

border-color css

<style>
 span { border-color: #72E4D4; }

 span { border-color: rgb(114,228,212); }

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