Html Css Color HEX #4AAFAB Puerto Rico

📋 copy color: '#4AAFAB'

red 74 ◦ green 175 ◦ blue 171

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

Shades of Puerto Rico #4AAFAB

Tints of Puerto Rico #4AAFAB

RGB

 RED value IS 74 (29.3% from 255) = 17.62%

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

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 17.62%
G = 41.67%
B = 40.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#4AAFAB (or 0x4AAFAB) is known color: Puerto Rico. HEX triplet: 4A, AF and AB. RGB value is (74,175,171). Sum of RGB (Red+Green+Blue) = 74+175+171=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAFAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAFAB is #B55054. Grayscale: #909090. Windows color (decimal): -11882581 or 11251530. OLE color: 11251530.

HSL color Cylindrical-coordinate representation of color #4AAFAB: hue angle of 177.62º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAFAB is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 175 171 -
CMYK 0.58 0 0.02 0.31
HSL 177.62º 0.41% 0.49% -
HSV(B) 177.62º 0.58% 0.69% -
XYZ 25.5 35.06 43.95 -
YUV 144.35 143.04 77.83 -
System Red Green Blue C M Y K H S L
Decimal 74 175 171 0.58 0 0.02 0.31 177.62 0.41 0.49
Hex 4A AF AB 3A 0 2 1F B2 29 31
Octal 112 257 253 72 0 2 37 262 51 61
Binary 1001010 10101111 10101011 111010 0 10 11111 10110010 101001 110001

Color Harmonies of #4AAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAFAB

Black with #4AAFAB

Text Example


Text Example

White with #4AAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AAFAB; }

 p { color: rgb(74,175,171); }

 H1.HeaderClassName
 {
   color: #4AAFAB;
 }
 .AnyTagClassName
 {
   color: #4AAFAB;
 }
</style>

background-color css

<style>
 a { background-color: #4AAFAB; }

 a { background-color: rgb(74,175,171); }

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

border-color css

<style>
 span { border-color: #4AAFAB; }

 span { border-color: rgb(74,175,171); }

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