Html Css Color HEX #4CB9AF Puerto Rico

📋 copy color: '#4CB9AF'

red 76 ◦ green 185 ◦ blue 175

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

Shades of Puerto Rico #4CB9AF

Tints of Puerto Rico #4CB9AF

RGB

 RED value IS 76 (30.08% from 255) = 17.43%

 GREEN value IS 185 (72.66% from 255) = 42.43%

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

R = 17.43%
G = 42.43%
B = 40.14%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#4CB9AF (or 0x4CB9AF) is known color: Puerto Rico. HEX triplet: 4C, B9 and AF. RGB value is (76,185,175). Sum of RGB (Red+Green+Blue) = 76+185+175=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB9AF is #B34650. Grayscale: #979797. Windows color (decimal): -11748945 or 11516236. OLE color: 11516236.

HSL color Cylindrical-coordinate representation of color #4CB9AF: hue angle of 174.5º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB9AF is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 185 175 -
CMYK 0.59 0 0.05 0.27
HSL 174.5º 0.44% 0.51% -
HSV(B) 174.5º 0.59% 0.73% -
XYZ 28.07 39.33 46.67 -
YUV 151.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 76 185 175 0.59 0 0.05 0.27 174.5 0.44 0.51
Hex 4C B9 AF 3B 0 5 1B AE 2C 33
Octal 114 271 257 73 0 5 33 256 54 63
Binary 1001100 10111001 10101111 111011 0 101 11011 10101110 101100 110011

Color Harmonies of #4CB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB9AF

Black with #4CB9AF

Text Example


Text Example

White with #4CB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CB9AF; }

 p { color: rgb(76,185,175); }

 H1.HeaderClassName
 {
   color: #4CB9AF;
 }
 .AnyTagClassName
 {
   color: #4CB9AF;
 }
</style>

background-color css

<style>
 a { background-color: #4CB9AF; }

 a { background-color: rgb(76,185,175); }

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

border-color css

<style>
 span { border-color: #4CB9AF; }

 span { border-color: rgb(76,185,175); }

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