Html Css Color HEX #4BAFA5 Puerto Rico

📋 copy color: '#4BAFA5'

red 75 ◦ green 175 ◦ blue 165

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

Shades of Puerto Rico #4BAFA5

Tints of Puerto Rico #4BAFA5

RGB

 RED value IS 75 (29.69% from 255) = 18.07%

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

 BLUE value IS 165 (64.84% from 255) = 39.76%

R = 18.07%
G = 42.17%
B = 39.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#4BAFA5 (or 0x4BAFA5) is known color: Puerto Rico. HEX triplet: 4B, AF and A5. RGB value is (75,175,165). Sum of RGB (Red+Green+Blue) = 75+175+165=415 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.07% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAFA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAFA5 is #B4505A. Grayscale: #8F8F8F. Windows color (decimal): -11817051 or 10858315. OLE color: 10858315.

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

Color convert

RGB 75 175 165 -
CMYK 0.57 0 0.06 0.31
HSL 174º 0.4% 0.49% -
HSV(B) 174º 0.57% 0.69% -
XYZ 25.02 34.87 41.01 -
YUV 143.96 139.87 78.81 -
System Red Green Blue C M Y K H S L
Decimal 75 175 165 0.57 0 0.06 0.31 174 0.4 0.49
Hex 4B AF A5 39 0 6 1F AE 28 31
Octal 113 257 245 71 0 6 37 256 50 61
Binary 1001011 10101111 10100101 111001 0 110 11111 10101110 101000 110001

Color Harmonies of #4BAFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAFA5

Black with #4BAFA5

Text Example


Text Example

White with #4BAFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,175,165); }

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

background-color css

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

 a { background-color: rgb(75,175,165); }

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

border-color css

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

 span { border-color: rgb(75,175,165); }

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