Html Css Color HEX #74CDAF Monte Carlo

📋 copy color: '#74CDAF'

red 116 ◦ green 205 ◦ blue 175

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

Shades of Monte Carlo #74CDAF

Tints of Monte Carlo #74CDAF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.33%

 BLUE value IS 175 (68.75% from 255) = 35.28%

R = 23.39%
G = 41.33%
B = 35.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#74CDAF (or 0x74CDAF) is known color: Monte Carlo. HEX triplet: 74, CD and AF. RGB value is (116,205,175). Sum of RGB (Red+Green+Blue) = 116+205+175=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CDAF is #8B3250. Grayscale: #AFAFAF. Windows color (decimal): -9122385 or 11521396. OLE color: 11521396.

HSL color Cylindrical-coordinate representation of color #74CDAF: hue angle of 159.78º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CDAF is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 205 175 -
CMYK 0.43 0 0.15 0.20
HSL 159.78º 0.47% 0.63% -
HSV(B) 159.78º 0.43% 0.8% -
XYZ 36.77 50.47 48.36 -
YUV 174.97 128.01 85.94 -
System Red Green Blue C M Y K H S L
Decimal 116 205 175 0.43 0 0.15 0.20 159.78 0.47 0.63
Hex 74 CD AF 2B 0 F 14 A0 2F 3F
Octal 164 315 257 53 0 17 24 240 57 77
Binary 1110100 11001101 10101111 101011 0 1111 10100 10100000 101111 111111

Color Harmonies of #74CDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDAF

Black with #74CDAF

Text Example


Text Example

White with #74CDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,205,175); }

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

background-color css

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

 a { background-color: rgb(116,205,175); }

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

border-color css

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

 span { border-color: rgb(116,205,175); }

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