Html Css Color HEX #40BBAD Puerto Rico

📋 copy color: '#40BBAD'

red 64 ◦ green 187 ◦ blue 173

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

Shades of Puerto Rico #40BBAD

Tints of Puerto Rico #40BBAD

RGB

 RED value IS 64 (25.39% from 255) = 15.09%

 GREEN value IS 187 (73.44% from 255) = 44.1%

 BLUE value IS 173 (67.97% from 255) = 40.8%

R = 15.09%
G = 44.1%
B = 40.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#40BBAD (or 0x40BBAD) is known color: Puerto Rico. HEX triplet: 40, BB and AD. RGB value is (64,187,173). Sum of RGB (Red+Green+Blue) = 64+187+173=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 187 - color contains mainly: green. Hex color #40BBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BBAD is #BF4452. Grayscale: #949494. Windows color (decimal): -12534867 or 11385664. OLE color: 11385664.

HSL color Cylindrical-coordinate representation of color #40BBAD: hue angle of 173.17º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BBAD is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 187 173 -
CMYK 0.66 0 0.07 0.27
HSL 173.17º 0.49% 0.49% -
HSV(B) 173.17º 0.66% 0.73% -
XYZ 27.43 39.65 45.74 -
YUV 148.63 141.75 67.64 -
System Red Green Blue C M Y K H S L
Decimal 64 187 173 0.66 0 0.07 0.27 173.17 0.49 0.49
Hex 40 BB AD 42 0 7 1B AD 31 31
Octal 100 273 255 102 0 7 33 255 61 61
Binary 1000000 10111011 10101101 1000010 0 111 11011 10101101 110001 110001

Color Harmonies of #40BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BBAD

Black with #40BBAD

Text Example


Text Example

White with #40BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40BBAD; }

 p { color: rgb(64,187,173); }

 H1.HeaderClassName
 {
   color: #40BBAD;
 }
 .AnyTagClassName
 {
   color: #40BBAD;
 }
</style>

background-color css

<style>
 a { background-color: #40BBAD; }

 a { background-color: rgb(64,187,173); }

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

border-color css

<style>
 span { border-color: #40BBAD; }

 span { border-color: rgb(64,187,173); }

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