Html Css Color HEX #42B499 Puerto Rico

📋 copy color: '#42B499'

red 66 ◦ green 180 ◦ blue 153

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

Shades of Puerto Rico #42B499

Tints of Puerto Rico #42B499

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.11%

 BLUE value IS 153 (60.16% from 255) = 38.35%

R = 16.54%
G = 45.11%
B = 38.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#42B499 (or 0x42B499) is known color: Puerto Rico. HEX triplet: 42, B4 and 99. RGB value is (66,180,153). Sum of RGB (Red+Green+Blue) = 66+180+153=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #42B499 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B499 is #BD4B66. Grayscale: #8E8E8E. Windows color (decimal): -12405607 or 10073154. OLE color: 10073154.

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

Color convert

RGB 66 180 153 -
CMYK 0.63 0 0.15 0.29
HSL 165.79º 0.46% 0.48% -
HSV(B) 165.79º 0.63% 0.71% -
XYZ 24.32 36.1 35.82 -
YUV 142.84 133.73 73.2 -
System Red Green Blue C M Y K H S L
Decimal 66 180 153 0.63 0 0.15 0.29 165.79 0.46 0.48
Hex 42 B4 99 3F 0 F 1D A6 2E 30
Octal 102 264 231 77 0 17 35 246 56 60
Binary 1000010 10110100 10011001 111111 0 1111 11101 10100110 101110 110000

Color Harmonies of #42B499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B499

Black with #42B499

Text Example


Text Example

White with #42B499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,180,153); }

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

background-color css

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

 a { background-color: rgb(66,180,153); }

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

border-color css

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

 span { border-color: rgb(66,180,153); }

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