Html Css Color HEX #67BEAC Puerto Rico

📋 copy color: '#67BEAC'

red 103 ◦ green 190 ◦ blue 172

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

Shades of Puerto Rico #67BEAC

Tints of Puerto Rico #67BEAC

RGB

 RED value IS 103 (40.63% from 255) = 22.15%

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

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 22.15%
G = 40.86%
B = 36.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#67BEAC (or 0x67BEAC) is known color: Puerto Rico. HEX triplet: 67, BE and AC. RGB value is (103,190,172). Sum of RGB (Red+Green+Blue) = 103+190+172=465 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.15% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #67BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BEAC is #984153. Grayscale: #A1A1A1. Windows color (decimal): -9978196 or 11320935. OLE color: 11320935.

HSL color Cylindrical-coordinate representation of color #67BEAC: hue angle of 167.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67BEAC is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 190 172 -
CMYK 0.46 0 0.09 0.25
HSL 167.59º 0.4% 0.57% -
HSV(B) 167.59º 0.46% 0.75% -
XYZ 31.45 42.69 45.61 -
YUV 161.94 133.68 85.96 -
System Red Green Blue C M Y K H S L
Decimal 103 190 172 0.46 0 0.09 0.25 167.59 0.4 0.57
Hex 67 BE AC 2E 0 9 19 A8 28 39
Octal 147 276 254 56 0 11 31 250 50 71
Binary 1100111 10111110 10101100 101110 0 1001 11001 10101000 101000 111001

Color Harmonies of #67BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BEAC

Black with #67BEAC

Text Example


Text Example

White with #67BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67BEAC; }

 p { color: rgb(103,190,172); }

 H1.HeaderClassName
 {
   color: #67BEAC;
 }
 .AnyTagClassName
 {
   color: #67BEAC;
 }
</style>

background-color css

<style>
 a { background-color: #67BEAC; }

 a { background-color: rgb(103,190,172); }

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

border-color css

<style>
 span { border-color: #67BEAC; }

 span { border-color: rgb(103,190,172); }

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