Html Css Color HEX #42AFA0 Puerto Rico

📋 copy color: '#42AFA0'

red 66 ◦ green 175 ◦ blue 160

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

Shades of Puerto Rico #42AFA0

Tints of Puerto Rico #42AFA0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.64%

 BLUE value IS 160 (62.89% from 255) = 39.9%

R = 16.46%
G = 43.64%
B = 39.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#42AFA0 (or 0x42AFA0) is known color: Puerto Rico. HEX triplet: 42, AF and A0. RGB value is (66,175,160). Sum of RGB (Red+Green+Blue) = 66+175+160=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #42AFA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AFA0 is #BD505F. Grayscale: #8C8C8C. Windows color (decimal): -12406880 or 10530626. OLE color: 10530626.

HSL color Cylindrical-coordinate representation of color #42AFA0: hue angle of 171.74º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AFA0 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 175 160 -
CMYK 0.62 0 0.09 0.31
HSL 171.74º 0.45% 0.47% -
HSV(B) 171.74º 0.62% 0.69% -
XYZ 23.92 34.36 38.63 -
YUV 140.7 138.89 74.72 -
System Red Green Blue C M Y K H S L
Decimal 66 175 160 0.62 0 0.09 0.31 171.74 0.45 0.47
Hex 42 AF A0 3E 0 9 1F AC 2D 2F
Octal 102 257 240 76 0 11 37 254 55 57
Binary 1000010 10101111 10100000 111110 0 1001 11111 10101100 101101 101111

Color Harmonies of #42AFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AFA0

Black with #42AFA0

Text Example


Text Example

White with #42AFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,175,160); }

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

background-color css

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

 a { background-color: rgb(66,175,160); }

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

border-color css

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

 span { border-color: rgb(66,175,160); }

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