Html Css Color HEX #74EBDB Aquamarine

📋 copy color: '#74EBDB'

red 116 ◦ green 235 ◦ blue 219

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

Shades of Aquamarine #74EBDB

Tints of Aquamarine #74EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.23%

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

R = 20.35%
G = 41.23%
B = 38.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#74EBDB (or 0x74EBDB) is known color: Aquamarine. HEX triplet: 74, EB and DB. RGB value is (116,235,219). Sum of RGB (Red+Green+Blue) = 116+235+219=570 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.35% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #74EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EBDB is #8B1424. Grayscale: #C5C5C5. Windows color (decimal): -9114661 or 14412660. OLE color: 14412660.

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

Color convert

RGB 116 235 219 -
CMYK 0.51 0 0.07 0.08
HSL 171.93º 0.75% 0.69% -
HSV(B) 171.93º 0.51% 0.92% -
XYZ 49.7 68.24 77.57 -
YUV 197.6 140.08 69.8 -
System Red Green Blue C M Y K H S L
Decimal 116 235 219 0.51 0 0.07 0.08 171.93 0.75 0.69
Hex 74 EB DB 33 0 7 8 AC 4B 45
Octal 164 353 333 63 0 7 10 254 113 105
Binary 1110100 11101011 11011011 110011 0 111 1000 10101100 1001011 1000101

Color Harmonies of #74EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EBDB

Black with #74EBDB

Text Example


Text Example

White with #74EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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