Html Css Color HEX #74EFCC Aquamarine

📋 copy color: '#74EFCC'

red 116 ◦ green 239 ◦ blue 204

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

Shades of Aquamarine #74EFCC

Tints of Aquamarine #74EFCC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.75%

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 20.75%
G = 42.75%
B = 36.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#74EFCC (or 0x74EFCC) is known color: Aquamarine. HEX triplet: 74, EF and CC. RGB value is (116,239,204). Sum of RGB (Red+Green+Blue) = 116+239+204=559 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.75% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EFCC is #8B1033. Grayscale: #C6C6C6. Windows color (decimal): -9113652 or 13430644. OLE color: 13430644.

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

Color convert

RGB 116 239 204 -
CMYK 0.51 0 0.15 0.06
HSL 162.93º 0.79% 0.7% -
HSV(B) 162.93º 0.51% 0.94% -
XYZ 48.97 69.81 68.02 -
YUV 198.23 131.25 69.35 -
System Red Green Blue C M Y K H S L
Decimal 116 239 204 0.51 0 0.15 0.06 162.93 0.79 0.7
Hex 74 EF CC 33 0 F 6 A3 4F 46
Octal 164 357 314 63 0 17 6 243 117 106
Binary 1110100 11101111 11001100 110011 0 1111 110 10100011 1001111 1000110

Color Harmonies of #74EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EFCC

Black with #74EFCC

Text Example


Text Example

White with #74EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,239,204); }

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

background-color css

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

 a { background-color: rgb(116,239,204); }

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

border-color css

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

 span { border-color: rgb(116,239,204); }

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