Html Css Color HEX #42B5AD Puerto Rico

📋 copy color: '#42B5AD'

red 66 ◦ green 181 ◦ blue 173

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

Shades of Puerto Rico #42B5AD

Tints of Puerto Rico #42B5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.1%

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 15.71%
G = 43.1%
B = 41.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#42B5AD (or 0x42B5AD) is known color: Puerto Rico. HEX triplet: 42, B5 and AD. RGB value is (66,181,173). Sum of RGB (Red+Green+Blue) = 66+181+173=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #42B5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B5AD is #BD4A52. Grayscale: #919191. Windows color (decimal): -12405331 or 11384130. OLE color: 11384130.

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

Color convert

RGB 66 181 173 -
CMYK 0.64 0 0.04 0.29
HSL 175.83º 0.47% 0.48% -
HSV(B) 175.83º 0.64% 0.71% -
XYZ 26.31 37.22 45.33 -
YUV 145.7 143.4 71.15 -
System Red Green Blue C M Y K H S L
Decimal 66 181 173 0.64 0 0.04 0.29 175.83 0.47 0.48
Hex 42 B5 AD 40 0 4 1D B0 2F 30
Octal 102 265 255 100 0 4 35 260 57 60
Binary 1000010 10110101 10101101 1000000 0 100 11101 10110000 101111 110000

Color Harmonies of #42B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B5AD

Black with #42B5AD

Text Example


Text Example

White with #42B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,181,173); }

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

background-color css

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

 a { background-color: rgb(66,181,173); }

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

border-color css

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

 span { border-color: rgb(66,181,173); }

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