Html Css Color HEX #42B1AA Puerto Rico

📋 copy color: '#42B1AA'

red 66 ◦ green 177 ◦ blue 170

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

Shades of Puerto Rico #42B1AA

Tints of Puerto Rico #42B1AA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.86%

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 15.98%
G = 42.86%
B = 41.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#42B1AA (or 0x42B1AA) is known color: Puerto Rico. HEX triplet: 42, B1 and AA. RGB value is (66,177,170). Sum of RGB (Red+Green+Blue) = 66+177+170=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 177 - color contains mainly: green. Hex color #42B1AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B1AA is #BD4E55. Grayscale: #8E8E8E. Windows color (decimal): -12406358 or 11186498. OLE color: 11186498.

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

Color convert

RGB 66 177 170 -
CMYK 0.63 0 0.04 0.31
HSL 176.22º 0.46% 0.48% -
HSV(B) 176.22º 0.63% 0.69% -
XYZ 25.22 35.5 43.55 -
YUV 143.01 143.23 73.07 -
System Red Green Blue C M Y K H S L
Decimal 66 177 170 0.63 0 0.04 0.31 176.22 0.46 0.48
Hex 42 B1 AA 3F 0 4 1F B0 2E 30
Octal 102 261 252 77 0 4 37 260 56 60
Binary 1000010 10110001 10101010 111111 0 100 11111 10110000 101110 110000

Color Harmonies of #42B1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B1AA

Black with #42B1AA

Text Example


Text Example

White with #42B1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,177,170); }

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

background-color css

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

 a { background-color: rgb(66,177,170); }

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

border-color css

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

 span { border-color: rgb(66,177,170); }

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