Html Css Color HEX #74FFCF Aquamarine

📋 copy color: '#74FFCF'

red 116 ◦ green 255 ◦ blue 207

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

Shades of Aquamarine #74FFCF

Tints of Aquamarine #74FFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 44.12%

 BLUE value IS 207 (81.25% from 255) = 35.81%

R = 20.07%
G = 44.12%
B = 35.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#74FFCF (or 0x74FFCF) is known color: Aquamarine. HEX triplet: 74, FF and CF. RGB value is (116,255,207). Sum of RGB (Red+Green+Blue) = 116+255+207=578 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.07% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFCF is #8B0030. Grayscale: #D0D0D0. Windows color (decimal): -9109553 or 13631348. OLE color: 13631348.

HSL color Cylindrical-coordinate representation of color #74FFCF: hue angle of 159.28º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FFCF is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 116 255 207 -
CMYK 0.55 0 0.19 0
HSL 159.28º 1% 0.73% -
HSV(B) 159.28º 0.55% 1% -
XYZ 54.22 79.74 71.56 -
YUV 207.97 127.45 62.4 -
System Red Green Blue C M Y K H S L
Decimal 116 255 207 0.55 0 0.19 0 159.28 1 0.73
Hex 74 FF CF 37 0 13 0 9F 64 49
Octal 164 377 317 67 0 23 0 237 144 111
Binary 1110100 11111111 11001111 110111 0 10011 0 10011111 1100100 1001001

Color Harmonies of #74FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFCF

Black with #74FFCF

Text Example


Text Example

White with #74FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,255,207); }

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

background-color css

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

 a { background-color: rgb(116,255,207); }

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

border-color css

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

 span { border-color: rgb(116,255,207); }

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