Html Css Color HEX #48BDAB Puerto Rico

📋 copy color: '#48BDAB'

red 72 ◦ green 189 ◦ blue 171

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

Shades of Puerto Rico #48BDAB

Tints of Puerto Rico #48BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.75%

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

R = 16.67%
G = 43.75%
B = 39.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#48BDAB (or 0x48BDAB) is known color: Puerto Rico. HEX triplet: 48, BD and AB. RGB value is (72,189,171). Sum of RGB (Red+Green+Blue) = 72+189+171=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #48BDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BDAB is #B74254. Grayscale: #979797. Windows color (decimal): -12010069 or 11255112. OLE color: 11255112.

HSL color Cylindrical-coordinate representation of color #48BDAB: hue angle of 170.77º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BDAB is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 189 171 -
CMYK 0.62 0 0.10 0.26
HSL 170.77º 0.47% 0.51% -
HSV(B) 170.77º 0.62% 0.74% -
XYZ 28.22 40.71 44.9 -
YUV 151.97 138.74 70.96 -
System Red Green Blue C M Y K H S L
Decimal 72 189 171 0.62 0 0.10 0.26 170.77 0.47 0.51
Hex 48 BD AB 3E 0 A 1A AB 2F 33
Octal 110 275 253 76 0 12 32 253 57 63
Binary 1001000 10111101 10101011 111110 0 1010 11010 10101011 101111 110011

Color Harmonies of #48BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BDAB

Black with #48BDAB

Text Example


Text Example

White with #48BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,189,171); }

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

background-color css

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

 a { background-color: rgb(72,189,171); }

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

border-color css

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

 span { border-color: rgb(72,189,171); }

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