Html Css Color HEX #4CBEAF Puerto Rico

📋 copy color: '#4CBEAF'

red 76 ◦ green 190 ◦ blue 175

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

Shades of Puerto Rico #4CBEAF

Tints of Puerto Rico #4CBEAF

RGB

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

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

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

R = 17.23%
G = 43.08%
B = 39.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#4CBEAF (or 0x4CBEAF) is known color: Puerto Rico. HEX triplet: 4C, BE and AF. RGB value is (76,190,175). Sum of RGB (Red+Green+Blue) = 76+190+175=441 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.23% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBEAF is #B34150. Grayscale: #9A9A9A. Windows color (decimal): -11747665 or 11517516. OLE color: 11517516.

HSL color Cylindrical-coordinate representation of color #4CBEAF: hue angle of 172.11º 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 #4CBEAF is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 190 175 -
CMYK 0.60 0 0.08 0.25
HSL 172.11º 0.47% 0.52% -
HSV(B) 172.11º 0.6% 0.75% -
XYZ 29.13 41.46 47.02 -
YUV 154.2 139.73 72.22 -
System Red Green Blue C M Y K H S L
Decimal 76 190 175 0.60 0 0.08 0.25 172.11 0.47 0.52
Hex 4C BE AF 3C 0 8 19 AC 2F 34
Octal 114 276 257 74 0 10 31 254 57 64
Binary 1001100 10111110 10101111 111100 0 1000 11001 10101100 101111 110100

Color Harmonies of #4CBEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBEAF

Black with #4CBEAF

Text Example


Text Example

White with #4CBEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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