Html Css Color HEX #74EECB Aquamarine

📋 copy color: '#74EECB'

red 116 ◦ green 238 ◦ blue 203

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

Shades of Aquamarine #74EECB

Tints of Aquamarine #74EECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.73%

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

R = 20.83%
G = 42.73%
B = 36.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#74EECB (or 0x74EECB) is known color: Aquamarine. HEX triplet: 74, EE and CB. RGB value is (116,238,203). Sum of RGB (Red+Green+Blue) = 116+238+203=557 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.83% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #74EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EECB is #8B1134. Grayscale: #C5C5C5. Windows color (decimal): -9113909 or 13364852. OLE color: 13364852.

HSL color Cylindrical-coordinate representation of color #74EECB: hue angle of 162.79º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EECB is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 238 203 -
CMYK 0.51 0 0.15 0.07
HSL 162.79º 0.78% 0.69% -
HSV(B) 162.79º 0.51% 0.93% -
XYZ 48.56 69.17 67.29 -
YUV 197.53 131.08 69.85 -
System Red Green Blue C M Y K H S L
Decimal 116 238 203 0.51 0 0.15 0.07 162.79 0.78 0.69
Hex 74 EE CB 33 0 F 7 A3 4E 45
Octal 164 356 313 63 0 17 7 243 116 105
Binary 1110100 11101110 11001011 110011 0 1111 111 10100011 1001110 1000101

Color Harmonies of #74EECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EECB

Black with #74EECB

Text Example


Text Example

White with #74EECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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