Html Css Color HEX #74F3D3 Aquamarine

📋 copy color: '#74F3D3'

red 116 ◦ green 243 ◦ blue 211

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

Shades of Aquamarine #74F3D3

Tints of Aquamarine #74F3D3

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.63%

 BLUE value IS 211 (82.81% from 255) = 37.02%

R = 20.35%
G = 42.63%
B = 37.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#74F3D3 (or 0x74F3D3) is known color: Aquamarine. HEX triplet: 74, F3 and D3. RGB value is (116,243,211). Sum of RGB (Red+Green+Blue) = 116+243+211=570 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.35% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 243 - color contains mainly: green. Hex color #74F3D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F3D3 is #8B0C2C. Grayscale: #C9C9C9. Windows color (decimal): -9112621 or 13890420. OLE color: 13890420.

HSL color Cylindrical-coordinate representation of color #74F3D3: hue angle of 164.88º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F3D3 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 243 211 -
CMYK 0.52 0 0.13 0.05
HSL 164.88º 0.84% 0.7% -
HSV(B) 164.88º 0.52% 0.95% -
XYZ 51.01 72.52 72.94 -
YUV 201.38 133.42 67.1 -
System Red Green Blue C M Y K H S L
Decimal 116 243 211 0.52 0 0.13 0.05 164.88 0.84 0.7
Hex 74 F3 D3 34 0 D 5 A5 54 46
Octal 164 363 323 64 0 15 5 245 124 106
Binary 1110100 11110011 11010011 110100 0 1101 101 10100101 1010100 1000110

Color Harmonies of #74F3D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F3D3

Black with #74F3D3

Text Example


Text Example

White with #74F3D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,243,211); }

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

background-color css

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

 a { background-color: rgb(116,243,211); }

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

border-color css

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

 span { border-color: rgb(116,243,211); }

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