Html Css Color HEX #42BEA2 Puerto Rico

📋 copy color: '#42BEA2'

red 66 ◦ green 190 ◦ blue 162

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

Shades of Puerto Rico #42BEA2

Tints of Puerto Rico #42BEA2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.45%

 BLUE value IS 162 (63.67% from 255) = 38.76%

R = 15.79%
G = 45.45%
B = 38.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#42BEA2 (or 0x42BEA2) is known color: Puerto Rico. HEX triplet: 42, BE and A2. RGB value is (66,190,162). Sum of RGB (Red+Green+Blue) = 66+190+162=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #42BEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BEA2 is #BD415D. Grayscale: #959595. Windows color (decimal): -12403038 or 10665538. OLE color: 10665538.

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

Color convert

RGB 66 190 162 -
CMYK 0.65 0 0.15 0.25
HSL 166.45º 0.49% 0.5% -
HSV(B) 166.45º 0.65% 0.75% -
XYZ 27.18 40.59 40.59 -
YUV 149.73 134.92 68.28 -
System Red Green Blue C M Y K H S L
Decimal 66 190 162 0.65 0 0.15 0.25 166.45 0.49 0.5
Hex 42 BE A2 41 0 F 19 A6 31 32
Octal 102 276 242 101 0 17 31 246 61 62
Binary 1000010 10111110 10100010 1000001 0 1111 11001 10100110 110001 110010

Color Harmonies of #42BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BEA2

Black with #42BEA2

Text Example


Text Example

White with #42BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,190,162); }

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

background-color css

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

 a { background-color: rgb(66,190,162); }

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

border-color css

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

 span { border-color: rgb(66,190,162); }

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