Html Css Color HEX #42B9AF Puerto Rico

📋 copy color: '#42B9AF'

red 66 ◦ green 185 ◦ blue 175

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

Shades of Puerto Rico #42B9AF

Tints of Puerto Rico #42B9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.43%

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

R = 15.49%
G = 43.43%
B = 41.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#42B9AF (or 0x42B9AF) is known color: Puerto Rico. HEX triplet: 42, B9 and AF. RGB value is (66,185,175). Sum of RGB (Red+Green+Blue) = 66+185+175=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #42B9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B9AF is #BD4650. Grayscale: #949494. Windows color (decimal): -12404305 or 11516226. OLE color: 11516226.

HSL color Cylindrical-coordinate representation of color #42B9AF: hue angle of 174.96º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B9AF is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 185 175 -
CMYK 0.64 0 0.05 0.27
HSL 174.96º 0.47% 0.49% -
HSV(B) 174.96º 0.64% 0.73% -
XYZ 27.33 38.95 46.64 -
YUV 148.28 143.08 69.31 -
System Red Green Blue C M Y K H S L
Decimal 66 185 175 0.64 0 0.05 0.27 174.96 0.47 0.49
Hex 42 B9 AF 40 0 5 1B AF 2F 31
Octal 102 271 257 100 0 5 33 257 57 61
Binary 1000010 10111001 10101111 1000000 0 101 11011 10101111 101111 110001

Color Harmonies of #42B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B9AF

Black with #42B9AF

Text Example


Text Example

White with #42B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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