Html Css Color HEX #4EBCB6 Puerto Rico

📋 copy color: '#4EBCB6'

red 78 ◦ green 188 ◦ blue 182

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

Shades of Puerto Rico #4EBCB6

Tints of Puerto Rico #4EBCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.63%

R = 17.41%
G = 41.96%
B = 40.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#4EBCB6 (or 0x4EBCB6) is known color: Puerto Rico. HEX triplet: 4E, BC and B6. RGB value is (78,188,182). Sum of RGB (Red+Green+Blue) = 78+188+182=448 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.41% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #4EBCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBCB6 is #B14349. Grayscale: #9A9A9A. Windows color (decimal): -11617098 or 11975758. OLE color: 11975758.

HSL color Cylindrical-coordinate representation of color #4EBCB6: hue angle of 176.73º 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 #4EBCB6 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 188 182 -
CMYK 0.59 0 0.03 0.26
HSL 176.73º 0.45% 0.52% -
HSV(B) 176.73º 0.59% 0.74% -
XYZ 29.57 40.96 50.6 -
YUV 154.43 143.56 73.49 -
System Red Green Blue C M Y K H S L
Decimal 78 188 182 0.59 0 0.03 0.26 176.73 0.45 0.52
Hex 4E BC B6 3B 0 3 1A B1 2D 34
Octal 116 274 266 73 0 3 32 261 55 64
Binary 1001110 10111100 10110110 111011 0 11 11010 10110001 101101 110100

Color Harmonies of #4EBCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBCB6

Black with #4EBCB6

Text Example


Text Example

White with #4EBCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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