Html Css Color HEX #4CBAAD Puerto Rico

📋 copy color: '#4CBAAD'

red 76 ◦ green 186 ◦ blue 173

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

Shades of Puerto Rico #4CBAAD

Tints of Puerto Rico #4CBAAD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.76%

 BLUE value IS 173 (67.97% from 255) = 39.77%

R = 17.47%
G = 42.76%
B = 39.77%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#4CBAAD (or 0x4CBAAD) is known color: Puerto Rico. HEX triplet: 4C, BA and AD. RGB value is (76,186,173). Sum of RGB (Red+Green+Blue) = 76+186+173=435 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.47% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBAAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBAAD is #B34552. Grayscale: #979797. Windows color (decimal): -11748691 or 11385420. OLE color: 11385420.

HSL color Cylindrical-coordinate representation of color #4CBAAD: hue angle of 172.91º 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 #4CBAAD is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 186 173 -
CMYK 0.59 0 0.07 0.27
HSL 172.91º 0.44% 0.51% -
HSV(B) 172.91º 0.59% 0.73% -
XYZ 28.08 39.67 45.71 -
YUV 151.63 140.06 74.06 -
System Red Green Blue C M Y K H S L
Decimal 76 186 173 0.59 0 0.07 0.27 172.91 0.44 0.51
Hex 4C BA AD 3B 0 7 1B AD 2C 33
Octal 114 272 255 73 0 7 33 255 54 63
Binary 1001100 10111010 10101101 111011 0 111 11011 10101101 101100 110011

Color Harmonies of #4CBAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBAAD

Black with #4CBAAD

Text Example


Text Example

White with #4CBAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,186,173); }

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

background-color css

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

 a { background-color: rgb(76,186,173); }

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

border-color css

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

 span { border-color: rgb(76,186,173); }

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