Html Css Color HEX #42B5AE Puerto Rico

📋 copy color: '#42B5AE'

red 66 ◦ green 181 ◦ blue 174

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

Shades of Puerto Rico #42B5AE

Tints of Puerto Rico #42B5AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.33%

R = 15.68%
G = 42.99%
B = 41.33%

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

#42B5AE (or 0x42B5AE) is known color: Puerto Rico. HEX triplet: 42, B5 and AE. RGB value is (66,181,174). Sum of RGB (Red+Green+Blue) = 66+181+174=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #42B5AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B5AE is #BD4A51. Grayscale: #919191. Windows color (decimal): -12405330 or 11449666. OLE color: 11449666.

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

Color convert

RGB 66 181 174 -
CMYK 0.64 0 0.04 0.29
HSL 176.35º 0.47% 0.48% -
HSV(B) 176.35º 0.64% 0.71% -
XYZ 26.41 37.26 45.84 -
YUV 145.82 143.9 71.07 -
System Red Green Blue C M Y K H S L
Decimal 66 181 174 0.64 0 0.04 0.29 176.35 0.47 0.48
Hex 42 B5 AE 40 0 4 1D B0 2F 30
Octal 102 265 256 100 0 4 35 260 57 60
Binary 1000010 10110101 10101110 1000000 0 100 11101 10110000 101111 110000

Color Harmonies of #42B5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B5AE

Black with #42B5AE

Text Example


Text Example

White with #42B5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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