Html Css Color HEX #74EFDF Aquamarine

📋 copy color: '#74EFDF'

red 116 ◦ green 239 ◦ blue 223

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

Shades of Aquamarine #74EFDF

Tints of Aquamarine #74EFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.58%

R = 20.07%
G = 41.35%
B = 38.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#74EFDF (or 0x74EFDF) is known color: Aquamarine. HEX triplet: 74, EF and DF. RGB value is (116,239,223). Sum of RGB (Red+Green+Blue) = 116+239+223=578 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.07% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EFDF is #8B1020. Grayscale: #C8C8C8. Windows color (decimal): -9113633 or 14675828. OLE color: 14675828.

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

Color convert

RGB 116 239 223 -
CMYK 0.51 0 0.07 0.06
HSL 172.2º 0.79% 0.7% -
HSV(B) 172.2º 0.51% 0.94% -
XYZ 51.39 70.77 80.76 -
YUV 200.4 140.75 67.8 -
System Red Green Blue C M Y K H S L
Decimal 116 239 223 0.51 0 0.07 0.06 172.2 0.79 0.7
Hex 74 EF DF 33 0 7 6 AC 4F 46
Octal 164 357 337 63 0 7 6 254 117 106
Binary 1110100 11101111 11011111 110011 0 111 110 10101100 1001111 1000110

Color Harmonies of #74EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EFDF

Black with #74EFDF

Text Example


Text Example

White with #74EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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