Html Css Color HEX #74F2CB Aquamarine

📋 copy color: '#74F2CB'

red 116 ◦ green 242 ◦ blue 203

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

Shades of Aquamarine #74F2CB

Tints of Aquamarine #74F2CB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.14%

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

R = 20.68%
G = 43.14%
B = 36.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#74F2CB (or 0x74F2CB) is known color: Aquamarine. HEX triplet: 74, F2 and CB. RGB value is (116,242,203). Sum of RGB (Red+Green+Blue) = 116+242+203=561 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.68% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #74F2CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F2CB is #8B0D34. Grayscale: #C7C7C7. Windows color (decimal): -9112885 or 13365876. OLE color: 13365876.

HSL color Cylindrical-coordinate representation of color #74F2CB: hue angle of 161.43º degrees, saturation: 0.83, 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 #74F2CB is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 242 203 -
CMYK 0.52 0 0.16 0.05
HSL 161.43º 0.83% 0.7% -
HSV(B) 161.43º 0.52% 0.95% -
XYZ 49.73 71.53 67.69 -
YUV 199.88 129.76 68.17 -
System Red Green Blue C M Y K H S L
Decimal 116 242 203 0.52 0 0.16 0.05 161.43 0.83 0.7
Hex 74 F2 CB 34 0 10 5 A1 53 46
Octal 164 362 313 64 0 20 5 241 123 106
Binary 1110100 11110010 11001011 110100 0 10000 101 10100001 1010011 1000110

Color Harmonies of #74F2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F2CB

Black with #74F2CB

Text Example


Text Example

White with #74F2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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