Html Css Color HEX #74FDC1 Aquamarine

📋 copy color: '#74FDC1'

red 116 ◦ green 253 ◦ blue 193

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

Shades of Aquamarine #74FDC1

Tints of Aquamarine #74FDC1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.02%

 BLUE value IS 193 (75.78% from 255) = 34.34%

R = 20.64%
G = 45.02%
B = 34.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#74FDC1 (or 0x74FDC1) is known color: Aquamarine. HEX triplet: 74, FD and C1. RGB value is (116,253,193). Sum of RGB (Red+Green+Blue) = 116+253+193=562 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.64% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #74FDC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FDC1 is #8B023E. Grayscale: #CDCDCD. Windows color (decimal): -9110079 or 12713332. OLE color: 12713332.

HSL color Cylindrical-coordinate representation of color #74FDC1: hue angle of 153.72º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FDC1 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 253 193 -
CMYK 0.54 0 0.24 0.01
HSL 153.72º 0.97% 0.72% -
HSV(B) 153.72º 0.54% 0.99% -
XYZ 51.95 77.81 62.73 -
YUV 205.2 121.11 64.38 -
System Red Green Blue C M Y K H S L
Decimal 116 253 193 0.54 0 0.24 0.01 153.72 0.97 0.72
Hex 74 FD C1 36 0 18 1 9A 61 48
Octal 164 375 301 66 0 30 1 232 141 110
Binary 1110100 11111101 11000001 110110 0 11000 1 10011010 1100001 1001000

Color Harmonies of #74FDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FDC1

Black with #74FDC1

Text Example


Text Example

White with #74FDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,253,193); }

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

background-color css

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

 a { background-color: rgb(116,253,193); }

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

border-color css

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

 span { border-color: rgb(116,253,193); }

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