Html Css Color HEX #42ABA7 Puerto Rico

📋 copy color: '#42ABA7'

red 66 ◦ green 171 ◦ blue 167

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

Shades of Puerto Rico #42ABA7

Tints of Puerto Rico #42ABA7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.33%

 BLUE value IS 167 (65.63% from 255) = 41.34%

R = 16.34%
G = 42.33%
B = 41.34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#42ABA7 (or 0x42ABA7) is known color: Puerto Rico. HEX triplet: 42, AB and A7. RGB value is (66,171,167). Sum of RGB (Red+Green+Blue) = 66+171+167=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #42ABA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42ABA7 is #BD5458. Grayscale: #8B8B8B. Windows color (decimal): -12407897 or 10988354. OLE color: 10988354.

HSL color Cylindrical-coordinate representation of color #42ABA7: hue angle of 177.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42ABA7 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 171 167 -
CMYK 0.61 0 0.02 0.33
HSL 177.71º 0.44% 0.46% -
HSV(B) 177.71º 0.61% 0.67% -
XYZ 23.78 33.07 41.69 -
YUV 139.15 143.71 75.83 -
System Red Green Blue C M Y K H S L
Decimal 66 171 167 0.61 0 0.02 0.33 177.71 0.44 0.46
Hex 42 AB A7 3D 0 2 21 B2 2C 2E
Octal 102 253 247 75 0 2 41 262 54 56
Binary 1000010 10101011 10100111 111101 0 10 100001 10110010 101100 101110

Color Harmonies of #42ABA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ABA7

Black with #42ABA7

Text Example


Text Example

White with #42ABA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,171,167); }

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

background-color css

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

 a { background-color: rgb(66,171,167); }

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

border-color css

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

 span { border-color: rgb(66,171,167); }

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