Html Css Color HEX #74F4CB Aquamarine

📋 copy color: '#74F4CB'

red 116 ◦ green 244 ◦ blue 203

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

Shades of Aquamarine #74F4CB

Tints of Aquamarine #74F4CB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.34%

 BLUE value IS 203 (79.69% from 255) = 36.06%

R = 20.6%
G = 43.34%
B = 36.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#74F4CB (or 0x74F4CB) is known color: Aquamarine. HEX triplet: 74, F4 and CB. RGB value is (116,244,203). Sum of RGB (Red+Green+Blue) = 116+244+203=563 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.60% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 244 - color contains mainly: green. Hex color #74F4CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F4CB is #8B0B34. Grayscale: #C9C9C9. Windows color (decimal): -9112373 or 13366388. OLE color: 13366388.

HSL color Cylindrical-coordinate representation of color #74F4CB: hue angle of 160.78º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F4CB is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 244 203 -
CMYK 0.52 0 0.17 0.04
HSL 160.78º 0.85% 0.71% -
HSV(B) 160.78º 0.52% 0.96% -
XYZ 50.33 72.73 67.88 -
YUV 201.05 129.09 67.33 -
System Red Green Blue C M Y K H S L
Decimal 116 244 203 0.52 0 0.17 0.04 160.78 0.85 0.71
Hex 74 F4 CB 34 0 11 4 A1 55 47
Octal 164 364 313 64 0 21 4 241 125 107
Binary 1110100 11110100 11001011 110100 0 10001 100 10100001 1010101 1000111

Color Harmonies of #74F4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F4CB

Black with #74F4CB

Text Example


Text Example

White with #74F4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,244,203); }

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

background-color css

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

 a { background-color: rgb(116,244,203); }

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

border-color css

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

 span { border-color: rgb(116,244,203); }

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