Html Css Color HEX #4CBDAB Puerto Rico

📋 copy color: '#4CBDAB'

red 76 ◦ green 189 ◦ blue 171

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

Shades of Puerto Rico #4CBDAB

Tints of Puerto Rico #4CBDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.35%

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 17.43%
G = 43.35%
B = 39.22%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#4CBDAB (or 0x4CBDAB) is known color: Puerto Rico. HEX triplet: 4C, BD and AB. RGB value is (76,189,171). Sum of RGB (Red+Green+Blue) = 76+189+171=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBDAB is #B34254. Grayscale: #999999. Windows color (decimal): -11747925 or 11255116. OLE color: 11255116.

HSL color Cylindrical-coordinate representation of color #4CBDAB: hue angle of 170.44º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBDAB is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 189 171 -
CMYK 0.60 0 0.10 0.26
HSL 170.44º 0.46% 0.52% -
HSV(B) 170.44º 0.6% 0.74% -
XYZ 28.53 40.87 44.91 -
YUV 153.16 138.06 72.96 -
System Red Green Blue C M Y K H S L
Decimal 76 189 171 0.60 0 0.10 0.26 170.44 0.46 0.52
Hex 4C BD AB 3C 0 A 1A AA 2E 34
Octal 114 275 253 74 0 12 32 252 56 64
Binary 1001100 10111101 10101011 111100 0 1010 11010 10101010 101110 110100

Color Harmonies of #4CBDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBDAB

Black with #4CBDAB

Text Example


Text Example

White with #4CBDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,189,171); }

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

background-color css

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

 a { background-color: rgb(76,189,171); }

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

border-color css

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

 span { border-color: rgb(76,189,171); }

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