Html Css Color HEX #42B49E Puerto Rico

📋 copy color: '#42B49E'

red 66 ◦ green 180 ◦ blue 158

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

Shades of Puerto Rico #42B49E

Tints of Puerto Rico #42B49E

RGB

 RED value IS 66 (26.17% from 255) = 16.34%

 GREEN value IS 180 (70.7% from 255) = 44.55%

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

R = 16.34%
G = 44.55%
B = 39.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#42B49E (or 0x42B49E) is known color: Puerto Rico. HEX triplet: 42, B4 and 9E. RGB value is (66,180,158). Sum of RGB (Red+Green+Blue) = 66+180+158=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #42B49E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B49E is #BD4B61. Grayscale: #8F8F8F. Windows color (decimal): -12405602 or 10400834. OLE color: 10400834.

HSL color Cylindrical-coordinate representation of color #42B49E: hue angle of 168.42º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B49E is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 180 158 -
CMYK 0.63 0 0.12 0.29
HSL 168.42º 0.46% 0.48% -
HSV(B) 168.42º 0.63% 0.71% -
XYZ 24.74 36.27 38.04 -
YUV 143.41 136.23 72.79 -
System Red Green Blue C M Y K H S L
Decimal 66 180 158 0.63 0 0.12 0.29 168.42 0.46 0.48
Hex 42 B4 9E 3F 0 C 1D A8 2E 30
Octal 102 264 236 77 0 14 35 250 56 60
Binary 1000010 10110100 10011110 111111 0 1100 11101 10101000 101110 110000

Color Harmonies of #42B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B49E

Black with #42B49E

Text Example


Text Example

White with #42B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42B49E; }

 p { color: rgb(66,180,158); }

 H1.HeaderClassName
 {
   color: #42B49E;
 }
 .AnyTagClassName
 {
   color: #42B49E;
 }
</style>

background-color css

<style>
 a { background-color: #42B49E; }

 a { background-color: rgb(66,180,158); }

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

border-color css

<style>
 span { border-color: #42B49E; }

 span { border-color: rgb(66,180,158); }

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