Html Css Color HEX #67BEA0 Keppel

📋 copy color: '#67BEA0'

red 103 ◦ green 190 ◦ blue 160

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

Shades of Keppel #67BEA0

Tints of Keppel #67BEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.32%

R = 22.74%
G = 41.94%
B = 35.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#67BEA0 (or 0x67BEA0) is known color: Keppel. HEX triplet: 67, BE and A0. RGB value is (103,190,160). Sum of RGB (Red+Green+Blue) = 103+190+160=453 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.74% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #67BEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BEA0 is #98415F. Grayscale: #A0A0A0. Windows color (decimal): -9978208 or 10534503. OLE color: 10534503.

HSL color Cylindrical-coordinate representation of color #67BEA0: hue angle of 159.31º 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 #67BEA0 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 190 160 -
CMYK 0.46 0 0.16 0.25
HSL 159.31º 0.4% 0.57% -
HSV(B) 159.31º 0.46% 0.75% -
XYZ 30.35 42.25 39.81 -
YUV 160.57 127.68 86.94 -
System Red Green Blue C M Y K H S L
Decimal 103 190 160 0.46 0 0.16 0.25 159.31 0.4 0.57
Hex 67 BE A0 2E 0 10 19 9F 28 39
Octal 147 276 240 56 0 20 31 237 50 71
Binary 1100111 10111110 10100000 101110 0 10000 11001 10011111 101000 111001

Color Harmonies of #67BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BEA0

Black with #67BEA0

Text Example


Text Example

White with #67BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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