Html Css Color HEX #74E6CE Riptide

📋 copy color: '#74E6CE'

red 116 ◦ green 230 ◦ blue 206

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

Shades of Riptide #74E6CE

Tints of Riptide #74E6CE

RGB

 RED value IS 116 (45.7% from 255) = 21.01%

 GREEN value IS 230 (90.23% from 255) = 41.67%

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

R = 21.01%
G = 41.67%
B = 37.32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#74E6CE (or 0x74E6CE) is known color: Riptide. HEX triplet: 74, E6 and CE. RGB value is (116,230,206). Sum of RGB (Red+Green+Blue) = 116+230+206=552 (73% of max value = 765). Red value is 116 (45.70% from 255 or 21.01% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #74E6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74E6CE is #8B1931. Grayscale: #C1C1C1. Windows color (decimal): -9115954 or 13559412. OLE color: 13559412.

HSL color Cylindrical-coordinate representation of color #74E6CE: hue angle of 167.37º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E6CE is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 116 230 206 -
CMYK 0.50 0 0.10 0.10
HSL 167.37º 0.7% 0.68% -
HSV(B) 167.37º 0.5% 0.9% -
XYZ 46.64 64.76 68.43 -
YUV 193.18 135.23 72.95 -
System Red Green Blue C M Y K H S L
Decimal 116 230 206 0.50 0 0.10 0.10 167.37 0.7 0.68
Hex 74 E6 CE 32 0 A A A7 46 44
Octal 164 346 316 62 0 12 12 247 106 104
Binary 1110100 11100110 11001110 110010 0 1010 1010 10100111 1000110 1000100

Color Harmonies of #74E6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E6CE

Black with #74E6CE

Text Example


Text Example

White with #74E6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74E6CE; }

 p { color: rgb(116,230,206); }

 H1.HeaderClassName
 {
   color: #74E6CE;
 }
 .AnyTagClassName
 {
   color: #74E6CE;
 }
</style>

background-color css

<style>
 a { background-color: #74E6CE; }

 a { background-color: rgb(116,230,206); }

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

border-color css

<style>
 span { border-color: #74E6CE; }

 span { border-color: rgb(116,230,206); }

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