Html Css Color HEX #42C0A5 Puerto Rico

📋 copy color: '#42C0A5'

red 66 ◦ green 192 ◦ blue 165

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

Shades of Puerto Rico #42C0A5

Tints of Puerto Rico #42C0A5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.39%

 BLUE value IS 165 (64.84% from 255) = 39.01%

R = 15.6%
G = 45.39%
B = 39.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#42C0A5 (or 0x42C0A5) is known color: Puerto Rico. HEX triplet: 42, C0 and A5. RGB value is (66,192,165). Sum of RGB (Red+Green+Blue) = 66+192+165=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #42C0A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C0A5 is #BD3F5A. Grayscale: #979797. Windows color (decimal): -12402523 or 10862658. OLE color: 10862658.

HSL color Cylindrical-coordinate representation of color #42C0A5: hue angle of 167.14º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C0A5 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 165 -
CMYK 0.66 0 0.14 0.25
HSL 167.14º 0.5% 0.51% -
HSV(B) 167.14º 0.66% 0.75% -
XYZ 27.89 41.57 42.15 -
YUV 151.25 135.76 67.2 -
System Red Green Blue C M Y K H S L
Decimal 66 192 165 0.66 0 0.14 0.25 167.14 0.5 0.51
Hex 42 C0 A5 42 0 E 19 A7 32 33
Octal 102 300 245 102 0 16 31 247 62 63
Binary 1000010 11000000 10100101 1000010 0 1110 11001 10100111 110010 110011

Color Harmonies of #42C0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C0A5

Black with #42C0A5

Text Example


Text Example

White with #42C0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,192,165); }

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

background-color css

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

 a { background-color: rgb(66,192,165); }

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

border-color css

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

 span { border-color: rgb(66,192,165); }

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