Html Css Color HEX #48BCAB Puerto Rico

📋 copy color: '#48BCAB'

red 72 ◦ green 188 ◦ blue 171

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

Shades of Puerto Rico #48BCAB

Tints of Puerto Rico #48BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.62%

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

R = 16.71%
G = 43.62%
B = 39.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#48BCAB (or 0x48BCAB) is known color: Puerto Rico. HEX triplet: 48, BC and AB. RGB value is (72,188,171). Sum of RGB (Red+Green+Blue) = 72+188+171=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #48BCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BCAB is #B74354. Grayscale: #979797. Windows color (decimal): -12010325 or 11254856. OLE color: 11254856.

HSL color Cylindrical-coordinate representation of color #48BCAB: hue angle of 171.21º degrees, saturation: 0.46, 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 #48BCAB is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 171 -
CMYK 0.62 0 0.09 0.26
HSL 171.21º 0.46% 0.51% -
HSV(B) 171.21º 0.62% 0.74% -
XYZ 28.01 40.28 44.83 -
YUV 151.38 139.07 71.38 -
System Red Green Blue C M Y K H S L
Decimal 72 188 171 0.62 0 0.09 0.26 171.21 0.46 0.51
Hex 48 BC AB 3E 0 9 1A AB 2E 33
Octal 110 274 253 76 0 11 32 253 56 63
Binary 1001000 10111100 10101011 111110 0 1001 11010 10101011 101110 110011

Color Harmonies of #48BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BCAB

Black with #48BCAB

Text Example


Text Example

White with #48BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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