Html Css Color HEX #68BEA8 Puerto Rico

📋 copy color: '#68BEA8'

red 104 ◦ green 190 ◦ blue 168

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

Shades of Puerto Rico #68BEA8

Tints of Puerto Rico #68BEA8

RGB

 RED value IS 104 (41.02% from 255) = 22.51%

 GREEN value IS 190 (74.61% from 255) = 41.13%

 BLUE value IS 168 (66.02% from 255) = 36.36%

R = 22.51%
G = 41.13%
B = 36.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#68BEA8 (or 0x68BEA8) is known color: Puerto Rico. HEX triplet: 68, BE and A8. RGB value is (104,190,168). Sum of RGB (Red+Green+Blue) = 104+190+168=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #68BEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BEA8 is #974157. Grayscale: #A1A1A1. Windows color (decimal): -9912664 or 11058792. OLE color: 11058792.

HSL color Cylindrical-coordinate representation of color #68BEA8: hue angle of 164.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BEA8 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 190 168 -
CMYK 0.45 0 0.12 0.25
HSL 164.65º 0.4% 0.58% -
HSV(B) 164.65º 0.45% 0.75% -
XYZ 31.19 42.6 43.62 -
YUV 161.78 131.51 86.79 -
System Red Green Blue C M Y K H S L
Decimal 104 190 168 0.45 0 0.12 0.25 164.65 0.4 0.58
Hex 68 BE A8 2D 0 C 19 A5 28 3A
Octal 150 276 250 55 0 14 31 245 50 72
Binary 1101000 10111110 10101000 101101 0 1100 11001 10100101 101000 111010

Color Harmonies of #68BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BEA8

Black with #68BEA8

Text Example


Text Example

White with #68BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68BEA8; }

 p { color: rgb(104,190,168); }

 H1.HeaderClassName
 {
   color: #68BEA8;
 }
 .AnyTagClassName
 {
   color: #68BEA8;
 }
</style>

background-color css

<style>
 a { background-color: #68BEA8; }

 a { background-color: rgb(104,190,168); }

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

border-color css

<style>
 span { border-color: #68BEA8; }

 span { border-color: rgb(104,190,168); }

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