Html Css Color HEX #42B7AB Puerto Rico

📋 copy color: '#42B7AB'

red 66 ◦ green 183 ◦ blue 171

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

Shades of Puerto Rico #42B7AB

Tints of Puerto Rico #42B7AB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.57%

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 15.71%
G = 43.57%
B = 40.71%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#42B7AB (or 0x42B7AB) is known color: Puerto Rico. HEX triplet: 42, B7 and AB. RGB value is (66,183,171). Sum of RGB (Red+Green+Blue) = 66+183+171=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 183 - color contains mainly: green. Hex color #42B7AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B7AB is #BD4854. Grayscale: #929292. Windows color (decimal): -12404821 or 11253570. OLE color: 11253570.

HSL color Cylindrical-coordinate representation of color #42B7AB: hue angle of 173.85º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B7AB is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 183 171 -
CMYK 0.64 0 0.07 0.28
HSL 173.85º 0.47% 0.49% -
HSV(B) 173.85º 0.64% 0.72% -
XYZ 26.53 37.97 44.46 -
YUV 146.65 141.74 70.48 -
System Red Green Blue C M Y K H S L
Decimal 66 183 171 0.64 0 0.07 0.28 173.85 0.47 0.49
Hex 42 B7 AB 40 0 7 1C AE 2F 31
Octal 102 267 253 100 0 7 34 256 57 61
Binary 1000010 10110111 10101011 1000000 0 111 11100 10101110 101111 110001

Color Harmonies of #42B7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B7AB

Black with #42B7AB

Text Example


Text Example

White with #42B7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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