Html Css Color HEX #42AFAD Puerto Rico

📋 copy color: '#42AFAD'

red 66 ◦ green 175 ◦ blue 173

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

Shades of Puerto Rico #42AFAD

Tints of Puerto Rico #42AFAD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.27%

 BLUE value IS 173 (67.97% from 255) = 41.79%

R = 15.94%
G = 42.27%
B = 41.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#42AFAD (or 0x42AFAD) is known color: Puerto Rico. HEX triplet: 42, AF and AD. RGB value is (66,175,173). Sum of RGB (Red+Green+Blue) = 66+175+173=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #42AFAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AFAD is #BD5052. Grayscale: #8E8E8E. Windows color (decimal): -12406867 or 11382594. OLE color: 11382594.

HSL color Cylindrical-coordinate representation of color #42AFAD: hue angle of 178.9º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AFAD is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 175 173 -
CMYK 0.62 0 0.01 0.31
HSL 178.9º 0.45% 0.47% -
HSV(B) 178.9º 0.62% 0.69% -
XYZ 25.12 34.84 44.94 -
YUV 142.18 145.39 73.66 -
System Red Green Blue C M Y K H S L
Decimal 66 175 173 0.62 0 0.01 0.31 178.9 0.45 0.47
Hex 42 AF AD 3E 0 1 1F B3 2D 2F
Octal 102 257 255 76 0 1 37 263 55 57
Binary 1000010 10101111 10101101 111110 0 1 11111 10110011 101101 101111

Color Harmonies of #42AFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AFAD

Black with #42AFAD

Text Example


Text Example

White with #42AFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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