Html Css Color HEX #74EECA Aquamarine

📋 copy color: '#74EECA'

red 116 ◦ green 238 ◦ blue 202

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

Shades of Aquamarine #74EECA

Tints of Aquamarine #74EECA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.81%

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

R = 20.86%
G = 42.81%
B = 36.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#74EECA (or 0x74EECA) is known color: Aquamarine. HEX triplet: 74, EE and CA. RGB value is (116,238,202). Sum of RGB (Red+Green+Blue) = 116+238+202=556 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.86% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #74EECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EECA is #8B1135. Grayscale: #C5C5C5. Windows color (decimal): -9113910 or 13299316. OLE color: 13299316.

HSL color Cylindrical-coordinate representation of color #74EECA: hue angle of 162.3º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EECA is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 238 202 -
CMYK 0.51 0 0.15 0.07
HSL 162.3º 0.78% 0.69% -
HSV(B) 162.3º 0.51% 0.93% -
XYZ 48.44 69.13 66.67 -
YUV 197.42 130.58 69.93 -
System Red Green Blue C M Y K H S L
Decimal 116 238 202 0.51 0 0.15 0.07 162.3 0.78 0.69
Hex 74 EE CA 33 0 F 7 A2 4E 45
Octal 164 356 312 63 0 17 7 242 116 105
Binary 1110100 11101110 11001010 110011 0 1111 111 10100010 1001110 1000101

Color Harmonies of #74EECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EECA

Black with #74EECA

Text Example


Text Example

White with #74EECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,238,202); }

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

background-color css

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

 a { background-color: rgb(116,238,202); }

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

border-color css

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

 span { border-color: rgb(116,238,202); }

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