Html Css Color HEX #4BAE9C Puerto Rico

📋 copy color: '#4BAE9C'

red 75 ◦ green 174 ◦ blue 156

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

Shades of Puerto Rico #4BAE9C

Tints of Puerto Rico #4BAE9C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.96%

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

R = 18.52%
G = 42.96%
B = 38.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#4BAE9C (or 0x4BAE9C) is known color: Puerto Rico. HEX triplet: 4B, AE and 9C. RGB value is (75,174,156). Sum of RGB (Red+Green+Blue) = 75+174+156=405 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.52% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAE9C is #B45163. Grayscale: #8E8E8E. Windows color (decimal): -11817316 or 10268235. OLE color: 10268235.

HSL color Cylindrical-coordinate representation of color #4BAE9C: hue angle of 169.09º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAE9C is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 75 174 156 -
CMYK 0.57 0 0.10 0.32
HSL 169.09º 0.4% 0.49% -
HSV(B) 169.09º 0.57% 0.68% -
XYZ 24.04 34.17 36.78 -
YUV 142.35 135.7 79.96 -
System Red Green Blue C M Y K H S L
Decimal 75 174 156 0.57 0 0.10 0.32 169.09 0.4 0.49
Hex 4B AE 9C 39 0 A 20 A9 28 31
Octal 113 256 234 71 0 12 40 251 50 61
Binary 1001011 10101110 10011100 111001 0 1010 100000 10101001 101000 110001

Color Harmonies of #4BAE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAE9C

Black with #4BAE9C

Text Example


Text Example

White with #4BAE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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