Html Css Color HEX #4EBCA6 Puerto Rico

📋 copy color: '#4EBCA6'

red 78 ◦ green 188 ◦ blue 166

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

Shades of Puerto Rico #4EBCA6

Tints of Puerto Rico #4EBCA6

RGB

 RED value IS 78 (30.86% from 255) = 18.06%

 GREEN value IS 188 (73.83% from 255) = 43.52%

 BLUE value IS 166 (65.23% from 255) = 38.43%

R = 18.06%
G = 43.52%
B = 38.43%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#4EBCA6 (or 0x4EBCA6) is known color: Puerto Rico. HEX triplet: 4E, BC and A6. RGB value is (78,188,166). Sum of RGB (Red+Green+Blue) = 78+188+166=432 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.06% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #4EBCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBCA6 is #B14359. Grayscale: #989898. Windows color (decimal): -11617114 or 10927182. OLE color: 10927182.

HSL color Cylindrical-coordinate representation of color #4EBCA6: hue angle of 168º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBCA6 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 188 166 -
CMYK 0.59 0 0.12 0.26
HSL 168º 0.45% 0.52% -
HSV(B) 168º 0.59% 0.74% -
XYZ 28.01 40.34 42.39 -
YUV 152.6 135.56 74.79 -
System Red Green Blue C M Y K H S L
Decimal 78 188 166 0.59 0 0.12 0.26 168 0.45 0.52
Hex 4E BC A6 3B 0 C 1A A8 2D 34
Octal 116 274 246 73 0 14 32 250 55 64
Binary 1001110 10111100 10100110 111011 0 1100 11010 10101000 101101 110100

Color Harmonies of #4EBCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBCA6

Black with #4EBCA6

Text Example


Text Example

White with #4EBCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,188,166); }

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

background-color css

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

 a { background-color: rgb(78,188,166); }

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

border-color css

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

 span { border-color: rgb(78,188,166); }

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