Html Css Color HEX #4CBEB7 Puerto Rico

📋 copy color: '#4CBEB7'

red 76 ◦ green 190 ◦ blue 183

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

Shades of Puerto Rico #4CBEB7

Tints of Puerto Rico #4CBEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.76%

R = 16.93%
G = 42.32%
B = 40.76%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#4CBEB7 (or 0x4CBEB7) is known color: Puerto Rico. HEX triplet: 4C, BE and B7. RGB value is (76,190,183). Sum of RGB (Red+Green+Blue) = 76+190+183=449 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.93% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBEB7 is #B34148. Grayscale: #9B9B9B. Windows color (decimal): -11747657 or 12041804. OLE color: 12041804.

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

Color convert

RGB 76 190 183 -
CMYK 0.60 0 0.04 0.25
HSL 176.32º 0.47% 0.52% -
HSV(B) 176.32º 0.6% 0.75% -
XYZ 29.94 41.78 51.29 -
YUV 155.12 143.73 71.57 -
System Red Green Blue C M Y K H S L
Decimal 76 190 183 0.60 0 0.04 0.25 176.32 0.47 0.52
Hex 4C BE B7 3C 0 4 19 B0 2F 34
Octal 114 276 267 74 0 4 31 260 57 64
Binary 1001100 10111110 10110111 111100 0 100 11001 10110000 101111 110100

Color Harmonies of #4CBEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBEB7

Black with #4CBEB7

Text Example


Text Example

White with #4CBEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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