Html Css Color HEX #74FDDF Aquamarine

📋 copy color: '#74FDDF'

red 116 ◦ green 253 ◦ blue 223

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

Shades of Aquamarine #74FDDF

Tints of Aquamarine #74FDDF

RGB

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

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

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

R = 19.59%
G = 42.74%
B = 37.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#74FDDF (or 0x74FDDF) is known color: Aquamarine. HEX triplet: 74, FD and DF. RGB value is (116,253,223). Sum of RGB (Red+Green+Blue) = 116+253+223=592 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.59% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #74FDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FDDF is #8B0220. Grayscale: #D0D0D0. Windows color (decimal): -9110049 or 14679412. OLE color: 14679412.

HSL color Cylindrical-coordinate representation of color #74FDDF: hue angle of 166.86º 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 #74FDDF is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 253 223 -
CMYK 0.54 0 0.12 0.01
HSL 166.86º 0.97% 0.72% -
HSV(B) 166.86º 0.54% 0.99% -
XYZ 55.65 79.29 82.18 -
YUV 208.62 136.11 61.94 -
System Red Green Blue C M Y K H S L
Decimal 116 253 223 0.54 0 0.12 0.01 166.86 0.97 0.72
Hex 74 FD DF 36 0 C 1 A7 61 48
Octal 164 375 337 66 0 14 1 247 141 110
Binary 1110100 11111101 11011111 110110 0 1100 1 10100111 1100001 1001000

Color Harmonies of #74FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FDDF

Black with #74FDDF

Text Example


Text Example

White with #74FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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