Html Css Color HEX #68BCA7 Puerto Rico

📋 copy color: '#68BCA7'

red 104 ◦ green 188 ◦ blue 167

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

Shades of Puerto Rico #68BCA7

Tints of Puerto Rico #68BCA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.38%

R = 22.66%
G = 40.96%
B = 36.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#68BCA7 (or 0x68BCA7) is known color: Puerto Rico. HEX triplet: 68, BC and A7. RGB value is (104,188,167). Sum of RGB (Red+Green+Blue) = 104+188+167=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BCA7 is #974358. Grayscale: #A0A0A0. Windows color (decimal): -9913177 or 10992744. OLE color: 10992744.

HSL color Cylindrical-coordinate representation of color #68BCA7: hue angle of 165º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BCA7 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 188 167 -
CMYK 0.45 0 0.11 0.26
HSL 165º 0.39% 0.57% -
HSV(B) 165º 0.45% 0.74% -
XYZ 30.67 41.7 42.99 -
YUV 160.49 131.67 87.71 -
System Red Green Blue C M Y K H S L
Decimal 104 188 167 0.45 0 0.11 0.26 165 0.39 0.57
Hex 68 BC A7 2D 0 B 1A A5 27 39
Octal 150 274 247 55 0 13 32 245 47 71
Binary 1101000 10111100 10100111 101101 0 1011 11010 10100101 100111 111001

Color Harmonies of #68BCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCA7

Black with #68BCA7

Text Example


Text Example

White with #68BCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,188,167); }

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

background-color css

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

 a { background-color: rgb(104,188,167); }

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

border-color css

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

 span { border-color: rgb(104,188,167); }

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