Html Css Color HEX #42B3A4 Puerto Rico

📋 copy color: '#42B3A4'

red 66 ◦ green 179 ◦ blue 164

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

Shades of Puerto Rico #42B3A4

Tints of Puerto Rico #42B3A4

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.77%

 BLUE value IS 164 (64.45% from 255) = 40.1%

R = 16.14%
G = 43.77%
B = 40.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#42B3A4 (or 0x42B3A4) is known color: Puerto Rico. HEX triplet: 42, B3 and A4. RGB value is (66,179,164). Sum of RGB (Red+Green+Blue) = 66+179+164=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #42B3A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B3A4 is #BD4C5B. Grayscale: #8F8F8F. Windows color (decimal): -12405852 or 10793794. OLE color: 10793794.

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

Color convert

RGB 66 179 164 -
CMYK 0.63 0 0.08 0.30
HSL 172.04º 0.46% 0.48% -
HSV(B) 172.04º 0.63% 0.7% -
XYZ 25.07 36.08 40.76 -
YUV 143.5 139.56 72.72 -
System Red Green Blue C M Y K H S L
Decimal 66 179 164 0.63 0 0.08 0.30 172.04 0.46 0.48
Hex 42 B3 A4 3F 0 8 1E AC 2E 30
Octal 102 263 244 77 0 10 36 254 56 60
Binary 1000010 10110011 10100100 111111 0 1000 11110 10101100 101110 110000

Color Harmonies of #42B3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B3A4

Black with #42B3A4

Text Example


Text Example

White with #42B3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,179,164); }

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

background-color css

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

 a { background-color: rgb(66,179,164); }

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

border-color css

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

 span { border-color: rgb(66,179,164); }

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