Html Css Color HEX #42BEB0 Puerto Rico

📋 copy color: '#42BEB0'

red 66 ◦ green 190 ◦ blue 176

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

Shades of Puerto Rico #42BEB0

Tints of Puerto Rico #42BEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.74%

R = 15.28%
G = 43.98%
B = 40.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#42BEB0 (or 0x42BEB0) is known color: Puerto Rico. HEX triplet: 42, BE and B0. RGB value is (66,190,176). Sum of RGB (Red+Green+Blue) = 66+190+176=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #42BEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BEB0 is #BD414F. Grayscale: #979797. Windows color (decimal): -12403024 or 11583042. OLE color: 11583042.

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

Color convert

RGB 66 190 176 -
CMYK 0.65 0 0.07 0.25
HSL 173.23º 0.49% 0.5% -
HSV(B) 173.23º 0.65% 0.75% -
XYZ 28.5 41.12 47.51 -
YUV 151.33 141.92 67.14 -
System Red Green Blue C M Y K H S L
Decimal 66 190 176 0.65 0 0.07 0.25 173.23 0.49 0.5
Hex 42 BE B0 41 0 7 19 AD 31 32
Octal 102 276 260 101 0 7 31 255 61 62
Binary 1000010 10111110 10110000 1000001 0 111 11001 10101101 110001 110010

Color Harmonies of #42BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BEB0

Black with #42BEB0

Text Example


Text Example

White with #42BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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