Html Css Color HEX #4CBEA5 Puerto Rico

📋 copy color: '#4CBEA5'

red 76 ◦ green 190 ◦ blue 165

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

Shades of Puerto Rico #4CBEA5

Tints of Puerto Rico #4CBEA5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.08%

 BLUE value IS 165 (64.84% from 255) = 38.28%

R = 17.63%
G = 44.08%
B = 38.28%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#4CBEA5 (or 0x4CBEA5) is known color: Puerto Rico. HEX triplet: 4C, BE and A5. RGB value is (76,190,165). Sum of RGB (Red+Green+Blue) = 76+190+165=431 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.63% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBEA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBEA5 is #B3415A. Grayscale: #999999. Windows color (decimal): -11747675 or 10862156. OLE color: 10862156.

HSL color Cylindrical-coordinate representation of color #4CBEA5: hue angle of 166.84º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBEA5 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 190 165 -
CMYK 0.60 0 0.13 0.25
HSL 166.84º 0.47% 0.52% -
HSV(B) 166.84º 0.6% 0.75% -
XYZ 28.19 41.08 42.04 -
YUV 153.06 134.73 73.03 -
System Red Green Blue C M Y K H S L
Decimal 76 190 165 0.60 0 0.13 0.25 166.84 0.47 0.52
Hex 4C BE A5 3C 0 D 19 A7 2F 34
Octal 114 276 245 74 0 15 31 247 57 64
Binary 1001100 10111110 10100101 111100 0 1101 11001 10100111 101111 110100

Color Harmonies of #4CBEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBEA5

Black with #4CBEA5

Text Example


Text Example

White with #4CBEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,190,165); }

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

background-color css

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

 a { background-color: rgb(76,190,165); }

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

border-color css

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

 span { border-color: rgb(76,190,165); }

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