Html Css Color HEX #74EECE Aquamarine

📋 copy color: '#74EECE'

red 116 ◦ green 238 ◦ blue 206

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

Shades of Aquamarine #74EECE

Tints of Aquamarine #74EECE

RGB

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

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

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

R = 20.71%
G = 42.5%
B = 36.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#74EECE (or 0x74EECE) is known color: Aquamarine. HEX triplet: 74, EE and CE. RGB value is (116,238,206). Sum of RGB (Red+Green+Blue) = 116+238+206=560 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.71% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #74EECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EECE is #8B1131. Grayscale: #C5C5C5. Windows color (decimal): -9113906 or 13561460. OLE color: 13561460.

HSL color Cylindrical-coordinate representation of color #74EECE: hue angle of 164.26º 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 #74EECE is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 238 206 -
CMYK 0.51 0 0.13 0.07
HSL 164.26º 0.78% 0.69% -
HSV(B) 164.26º 0.51% 0.93% -
XYZ 48.92 69.32 69.19 -
YUV 197.87 132.58 69.6 -
System Red Green Blue C M Y K H S L
Decimal 116 238 206 0.51 0 0.13 0.07 164.26 0.78 0.69
Hex 74 EE CE 33 0 D 7 A4 4E 45
Octal 164 356 316 63 0 15 7 244 116 105
Binary 1110100 11101110 11001110 110011 0 1101 111 10100100 1001110 1000101

Color Harmonies of #74EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EECE

Black with #74EECE

Text Example


Text Example

White with #74EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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