Html Css Color HEX #74ECCB Aquamarine

📋 copy color: '#74ECCB'

red 116 ◦ green 236 ◦ blue 203

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

Shades of Aquamarine #74ECCB

Tints of Aquamarine #74ECCB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.52%

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

R = 20.9%
G = 42.52%
B = 36.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#74ECCB (or 0x74ECCB) is known color: Aquamarine. HEX triplet: 74, EC and CB. RGB value is (116,236,203). Sum of RGB (Red+Green+Blue) = 116+236+203=555 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.90% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74ECCB is #8B1334. Grayscale: #C4C4C4. Windows color (decimal): -9114421 or 13364340. OLE color: 13364340.

HSL color Cylindrical-coordinate representation of color #74ECCB: hue angle of 163.5º degrees, saturation: 0.76, 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 #74ECCB is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 236 203 -
CMYK 0.51 0 0.14 0.07
HSL 163.5º 0.76% 0.69% -
HSV(B) 163.5º 0.51% 0.93% -
XYZ 47.98 68.02 67.1 -
YUV 196.36 131.74 70.68 -
System Red Green Blue C M Y K H S L
Decimal 116 236 203 0.51 0 0.14 0.07 163.5 0.76 0.69
Hex 74 EC CB 33 0 E 7 A4 4C 45
Octal 164 354 313 63 0 16 7 244 114 105
Binary 1110100 11101100 11001011 110011 0 1110 111 10100100 1001100 1000101

Color Harmonies of #74ECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ECCB

Black with #74ECCB

Text Example


Text Example

White with #74ECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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