Html Css Color HEX #4EBDAB Puerto Rico

📋 copy color: '#4EBDAB'

red 78 ◦ green 189 ◦ blue 171

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

Shades of Puerto Rico #4EBDAB

Tints of Puerto Rico #4EBDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.15%

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 17.81%
G = 43.15%
B = 39.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#4EBDAB (or 0x4EBDAB) is known color: Puerto Rico. HEX triplet: 4E, BD and AB. RGB value is (78,189,171). Sum of RGB (Red+Green+Blue) = 78+189+171=438 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.81% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #4EBDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBDAB is #B14254. Grayscale: #999999. Windows color (decimal): -11616853 or 11255118. OLE color: 11255118.

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

Color convert

RGB 78 189 171 -
CMYK 0.59 0 0.10 0.26
HSL 170.27º 0.46% 0.52% -
HSV(B) 170.27º 0.59% 0.74% -
XYZ 28.69 40.96 44.92 -
YUV 153.76 137.73 73.96 -
System Red Green Blue C M Y K H S L
Decimal 78 189 171 0.59 0 0.10 0.26 170.27 0.46 0.52
Hex 4E BD AB 3B 0 A 1A AA 2E 34
Octal 116 275 253 73 0 12 32 252 56 64
Binary 1001110 10111101 10101011 111011 0 1010 11010 10101010 101110 110100

Color Harmonies of #4EBDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBDAB

Black with #4EBDAB

Text Example


Text Example

White with #4EBDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,189,171); }

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

background-color css

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

 a { background-color: rgb(78,189,171); }

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

border-color css

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

 span { border-color: rgb(78,189,171); }

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