Html Css Color HEX #42B49C Puerto Rico

📋 copy color: '#42B49C'

red 66 ◦ green 180 ◦ blue 156

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

Shades of Puerto Rico #42B49C

Tints of Puerto Rico #42B49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 16.42%
G = 44.78%
B = 38.81%

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

#42B49C (or 0x42B49C) is known color: Puerto Rico. HEX triplet: 42, B4 and 9C. RGB value is (66,180,156). Sum of RGB (Red+Green+Blue) = 66+180+156=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #42B49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B49C is #BD4B63. Grayscale: #8F8F8F. Windows color (decimal): -12405604 or 10269762. OLE color: 10269762.

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

Color convert

RGB 66 180 156 -
CMYK 0.63 0 0.13 0.29
HSL 167.37º 0.46% 0.48% -
HSV(B) 167.37º 0.63% 0.71% -
XYZ 24.57 36.2 37.15 -
YUV 143.18 135.23 72.95 -
System Red Green Blue C M Y K H S L
Decimal 66 180 156 0.63 0 0.13 0.29 167.37 0.46 0.48
Hex 42 B4 9C 3F 0 D 1D A7 2E 30
Octal 102 264 234 77 0 15 35 247 56 60
Binary 1000010 10110100 10011100 111111 0 1101 11101 10100111 101110 110000

Color Harmonies of #42B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B49C

Black with #42B49C

Text Example


Text Example

White with #42B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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