Html Css Color HEX #74F0CD Aquamarine

📋 copy color: '#74F0CD'

red 116 ◦ green 240 ◦ blue 205

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

Shades of Aquamarine #74F0CD

Tints of Aquamarine #74F0CD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.78%

 BLUE value IS 205 (80.47% from 255) = 36.54%

R = 20.68%
G = 42.78%
B = 36.54%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#74F0CD (or 0x74F0CD) is known color: Aquamarine. HEX triplet: 74, F0 and CD. RGB value is (116,240,205). Sum of RGB (Red+Green+Blue) = 116+240+205=561 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.68% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #74F0CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F0CD is #8B0F32. Grayscale: #C6C6C6. Windows color (decimal): -9113395 or 13496436. OLE color: 13496436.

HSL color Cylindrical-coordinate representation of color #74F0CD: hue angle of 163.06º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F0CD is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 240 205 -
CMYK 0.52 0 0.15 0.06
HSL 163.06º 0.81% 0.7% -
HSV(B) 163.06º 0.52% 0.94% -
XYZ 49.38 70.44 68.75 -
YUV 198.93 131.42 68.85 -
System Red Green Blue C M Y K H S L
Decimal 116 240 205 0.52 0 0.15 0.06 163.06 0.81 0.7
Hex 74 F0 CD 34 0 F 6 A3 51 46
Octal 164 360 315 64 0 17 6 243 121 106
Binary 1110100 11110000 11001101 110100 0 1111 110 10100011 1010001 1000110

Color Harmonies of #74F0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F0CD

Black with #74F0CD

Text Example


Text Example

White with #74F0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,240,205); }

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

background-color css

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

 a { background-color: rgb(116,240,205); }

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

border-color css

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

 span { border-color: rgb(116,240,205); }

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