Html Css Color HEX #48BA9E Puerto Rico

📋 copy color: '#48BA9E'

red 72 ◦ green 186 ◦ blue 158

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

Shades of Puerto Rico #48BA9E

Tints of Puerto Rico #48BA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.71%

 BLUE value IS 158 (62.11% from 255) = 37.98%

R = 17.31%
G = 44.71%
B = 37.98%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#48BA9E (or 0x48BA9E) is known color: Puerto Rico. HEX triplet: 48, BA and 9E. RGB value is (72,186,158). Sum of RGB (Red+Green+Blue) = 72+186+158=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BA9E is #B74561. Grayscale: #949494. Windows color (decimal): -12010850 or 10402376. OLE color: 10402376.

HSL color Cylindrical-coordinate representation of color #48BA9E: hue angle of 165.26º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BA9E is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 186 158 -
CMYK 0.61 0 0.15 0.27
HSL 165.26º 0.45% 0.51% -
HSV(B) 165.26º 0.61% 0.73% -
XYZ 26.4 38.96 38.48 -
YUV 148.72 133.23 73.28 -
System Red Green Blue C M Y K H S L
Decimal 72 186 158 0.61 0 0.15 0.27 165.26 0.45 0.51
Hex 48 BA 9E 3D 0 F 1B A5 2D 33
Octal 110 272 236 75 0 17 33 245 55 63
Binary 1001000 10111010 10011110 111101 0 1111 11011 10100101 101101 110011

Color Harmonies of #48BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BA9E

Black with #48BA9E

Text Example


Text Example

White with #48BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,186,158); }

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

background-color css

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

 a { background-color: rgb(72,186,158); }

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

border-color css

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

 span { border-color: rgb(72,186,158); }

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