Html Css Color HEX #42BEAF Puerto Rico

📋 copy color: '#42BEAF'

red 66 ◦ green 190 ◦ blue 175

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

Shades of Puerto Rico #42BEAF

Tints of Puerto Rico #42BEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 15.31%
G = 44.08%
B = 40.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#42BEAF (or 0x42BEAF) is known color: Puerto Rico. HEX triplet: 42, BE and AF. RGB value is (66,190,175). Sum of RGB (Red+Green+Blue) = 66+190+175=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #42BEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BEAF is #BD4150. Grayscale: #979797. Windows color (decimal): -12403025 or 11517506. OLE color: 11517506.

HSL color Cylindrical-coordinate representation of color #42BEAF: hue angle of 172.74º 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 #42BEAF is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 190 175 -
CMYK 0.65 0 0.08 0.25
HSL 172.74º 0.49% 0.5% -
HSV(B) 172.74º 0.65% 0.75% -
XYZ 28.4 41.08 46.99 -
YUV 151.21 141.42 67.22 -
System Red Green Blue C M Y K H S L
Decimal 66 190 175 0.65 0 0.08 0.25 172.74 0.49 0.5
Hex 42 BE AF 41 0 8 19 AD 31 32
Octal 102 276 257 101 0 10 31 255 61 62
Binary 1000010 10111110 10101111 1000001 0 1000 11001 10101101 110001 110010

Color Harmonies of #42BEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BEAF

Black with #42BEAF

Text Example


Text Example

White with #42BEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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