Html Css Color HEX #42B49D Puerto Rico

📋 copy color: '#42B49D'

red 66 ◦ green 180 ◦ blue 157

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

Shades of Puerto Rico #42B49D

Tints of Puerto Rico #42B49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 16.38%
G = 44.67%
B = 38.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#42B49D (or 0x42B49D) is known color: Puerto Rico. HEX triplet: 42, B4 and 9D. RGB value is (66,180,157). Sum of RGB (Red+Green+Blue) = 66+180+157=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #42B49D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B49D is #BD4B62. Grayscale: #8F8F8F. Windows color (decimal): -12405603 or 10335298. OLE color: 10335298.

HSL color Cylindrical-coordinate representation of color #42B49D: hue angle of 167.89º 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 #42B49D is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 180 157 -
CMYK 0.63 0 0.13 0.29
HSL 167.89º 0.46% 0.48% -
HSV(B) 167.89º 0.63% 0.71% -
XYZ 24.65 36.24 37.59 -
YUV 143.29 135.73 72.87 -
System Red Green Blue C M Y K H S L
Decimal 66 180 157 0.63 0 0.13 0.29 167.89 0.46 0.48
Hex 42 B4 9D 3F 0 D 1D A8 2E 30
Octal 102 264 235 77 0 15 35 250 56 60
Binary 1000010 10110100 10011101 111111 0 1101 11101 10101000 101110 110000

Color Harmonies of #42B49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B49D

Black with #42B49D

Text Example


Text Example

White with #42B49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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