Html Css Color HEX #4CBE9F Puerto Rico

📋 copy color: '#4CBE9F'

red 76 ◦ green 190 ◦ blue 159

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

Shades of Puerto Rico #4CBE9F

Tints of Puerto Rico #4CBE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.41%

R = 17.88%
G = 44.71%
B = 37.41%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#4CBE9F (or 0x4CBE9F) is known color: Puerto Rico. HEX triplet: 4C, BE and 9F. RGB value is (76,190,159). Sum of RGB (Red+Green+Blue) = 76+190+159=425 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.88% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBE9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBE9F is #B34160. Grayscale: #989898. Windows color (decimal): -11747681 or 10468940. OLE color: 10468940.

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

Color convert

RGB 76 190 159 -
CMYK 0.60 0 0.16 0.25
HSL 163.68º 0.47% 0.52% -
HSV(B) 163.68º 0.6% 0.75% -
XYZ 27.65 40.87 39.23 -
YUV 152.38 131.73 73.52 -
System Red Green Blue C M Y K H S L
Decimal 76 190 159 0.60 0 0.16 0.25 163.68 0.47 0.52
Hex 4C BE 9F 3C 0 10 19 A4 2F 34
Octal 114 276 237 74 0 20 31 244 57 64
Binary 1001100 10111110 10011111 111100 0 10000 11001 10100100 101111 110100

Color Harmonies of #4CBE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBE9F

Black with #4CBE9F

Text Example


Text Example

White with #4CBE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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