Html Css Color HEX #48B4A5 Puerto Rico

📋 copy color: '#48B4A5'

red 72 ◦ green 180 ◦ blue 165

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

Shades of Puerto Rico #48B4A5

Tints of Puerto Rico #48B4A5

RGB

 RED value IS 72 (28.52% from 255) = 17.27%

 GREEN value IS 180 (70.7% from 255) = 43.17%

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

R = 17.27%
G = 43.17%
B = 39.57%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#48B4A5 (or 0x48B4A5) is known color: Puerto Rico. HEX triplet: 48, B4 and A5. RGB value is (72,180,165). Sum of RGB (Red+Green+Blue) = 72+180+165=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #48B4A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B4A5 is #B74B5A. Grayscale: #919191. Windows color (decimal): -12012379 or 10859592. OLE color: 10859592.

HSL color Cylindrical-coordinate representation of color #48B4A5: hue angle of 171.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B4A5 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 180 165 -
CMYK 0.60 0 0.08 0.29
HSL 171.67º 0.43% 0.49% -
HSV(B) 171.67º 0.6% 0.71% -
XYZ 25.79 36.74 41.33 -
YUV 146 138.72 75.22 -
System Red Green Blue C M Y K H S L
Decimal 72 180 165 0.60 0 0.08 0.29 171.67 0.43 0.49
Hex 48 B4 A5 3C 0 8 1D AC 2B 31
Octal 110 264 245 74 0 10 35 254 53 61
Binary 1001000 10110100 10100101 111100 0 1000 11101 10101100 101011 110001

Color Harmonies of #48B4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B4A5

Black with #48B4A5

Text Example


Text Example

White with #48B4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48B4A5; }

 p { color: rgb(72,180,165); }

 H1.HeaderClassName
 {
   color: #48B4A5;
 }
 .AnyTagClassName
 {
   color: #48B4A5;
 }
</style>

background-color css

<style>
 a { background-color: #48B4A5; }

 a { background-color: rgb(72,180,165); }

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

border-color css

<style>
 span { border-color: #48B4A5; }

 span { border-color: rgb(72,180,165); }

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