Html Css Color HEX #4CBE9E Puerto Rico

📋 copy color: '#4CBE9E'

red 76 ◦ green 190 ◦ blue 158

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

Shades of Puerto Rico #4CBE9E

Tints of Puerto Rico #4CBE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.26%

R = 17.92%
G = 44.81%
B = 37.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#4CBE9E (or 0x4CBE9E) is known color: Puerto Rico. HEX triplet: 4C, BE and 9E. RGB value is (76,190,158). Sum of RGB (Red+Green+Blue) = 76+190+158=424 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.92% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBE9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBE9E is #B34161. Grayscale: #989898. Windows color (decimal): -11747682 or 10403404. OLE color: 10403404.

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

Color convert

RGB 76 190 158 -
CMYK 0.60 0 0.17 0.25
HSL 163.16º 0.47% 0.52% -
HSV(B) 163.16º 0.6% 0.75% -
XYZ 27.57 40.83 38.78 -
YUV 152.27 131.23 73.6 -
System Red Green Blue C M Y K H S L
Decimal 76 190 158 0.60 0 0.17 0.25 163.16 0.47 0.52
Hex 4C BE 9E 3C 0 11 19 A3 2F 34
Octal 114 276 236 74 0 21 31 243 57 64
Binary 1001100 10111110 10011110 111100 0 10001 11001 10100011 101111 110100

Color Harmonies of #4CBE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBE9E

Black with #4CBE9E

Text Example


Text Example

White with #4CBE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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