Html Css Color HEX #74EFDB Aquamarine

📋 copy color: '#74EFDB'

red 116 ◦ green 239 ◦ blue 219

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

Shades of Aquamarine #74EFDB

Tints of Aquamarine #74EFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 20.21%
G = 41.64%
B = 38.15%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#74EFDB (or 0x74EFDB) is known color: Aquamarine. HEX triplet: 74, EF and DB. RGB value is (116,239,219). Sum of RGB (Red+Green+Blue) = 116+239+219=574 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.21% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EFDB is #8B1024. Grayscale: #C7C7C7. Windows color (decimal): -9113637 or 14413684. OLE color: 14413684.

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

Color convert

RGB 116 239 219 -
CMYK 0.51 0 0.08 0.06
HSL 170.24º 0.79% 0.7% -
HSV(B) 170.24º 0.51% 0.94% -
XYZ 50.86 70.56 77.96 -
YUV 199.94 138.75 68.13 -
System Red Green Blue C M Y K H S L
Decimal 116 239 219 0.51 0 0.08 0.06 170.24 0.79 0.7
Hex 74 EF DB 33 0 8 6 AA 4F 46
Octal 164 357 333 63 0 10 6 252 117 106
Binary 1110100 11101111 11011011 110011 0 1000 110 10101010 1001111 1000110

Color Harmonies of #74EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EFDB

Black with #74EFDB

Text Example


Text Example

White with #74EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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