Html Css Color HEX #74FCBD Aquamarine

📋 copy color: '#74FCBD'

red 116 ◦ green 252 ◦ blue 189

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

Shades of Aquamarine #74FCBD

Tints of Aquamarine #74FCBD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.24%

 BLUE value IS 189 (74.22% from 255) = 33.93%

R = 20.83%
G = 45.24%
B = 33.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#74FCBD (or 0x74FCBD) is known color: Aquamarine. HEX triplet: 74, FC and BD. RGB value is (116,252,189). Sum of RGB (Red+Green+Blue) = 116+252+189=557 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.83% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FCBD is #8B0342. Grayscale: #CCCCCC. Windows color (decimal): -9110339 or 12450932. OLE color: 12450932.

HSL color Cylindrical-coordinate representation of color #74FCBD: hue angle of 152.21º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FCBD is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 252 189 -
CMYK 0.54 0 0.25 0.01
HSL 152.21º 0.96% 0.72% -
HSV(B) 152.21º 0.54% 0.99% -
XYZ 51.2 77.01 60.31 -
YUV 204.15 119.44 65.12 -
System Red Green Blue C M Y K H S L
Decimal 116 252 189 0.54 0 0.25 0.01 152.21 0.96 0.72
Hex 74 FC BD 36 0 19 1 98 60 48
Octal 164 374 275 66 0 31 1 230 140 110
Binary 1110100 11111100 10111101 110110 0 11001 1 10011000 1100000 1001000

Color Harmonies of #74FCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FCBD

Black with #74FCBD

Text Example


Text Example

White with #74FCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,252,189); }

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

background-color css

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

 a { background-color: rgb(116,252,189); }

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

border-color css

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

 span { border-color: rgb(116,252,189); }

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