Html Css Color HEX #4BAF9C Puerto Rico

📋 copy color: '#4BAF9C'

red 75 ◦ green 175 ◦ blue 156

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

Shades of Puerto Rico #4BAF9C

Tints of Puerto Rico #4BAF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 18.47%
G = 43.1%
B = 38.42%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#4BAF9C (or 0x4BAF9C) is known color: Puerto Rico. HEX triplet: 4B, AF and 9C. RGB value is (75,175,156). Sum of RGB (Red+Green+Blue) = 75+175+156=406 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.47% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAF9C is #B45063. Grayscale: #8E8E8E. Windows color (decimal): -11817060 or 10268491. OLE color: 10268491.

HSL color Cylindrical-coordinate representation of color #4BAF9C: hue angle of 168.6º 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 #4BAF9C is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 75 175 156 -
CMYK 0.57 0 0.11 0.31
HSL 168.6º 0.4% 0.49% -
HSV(B) 168.6º 0.57% 0.69% -
XYZ 24.23 34.56 36.85 -
YUV 142.93 135.37 79.54 -
System Red Green Blue C M Y K H S L
Decimal 75 175 156 0.57 0 0.11 0.31 168.6 0.4 0.49
Hex 4B AF 9C 39 0 B 1F A9 28 31
Octal 113 257 234 71 0 13 37 251 50 61
Binary 1001011 10101111 10011100 111001 0 1011 11111 10101001 101000 110001

Color Harmonies of #4BAF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAF9C

Black with #4BAF9C

Text Example


Text Example

White with #4BAF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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